Commit ba820067 by huluobin

update

parent efef380a
......@@ -43,10 +43,8 @@ public class CareerWorksController {
cmd.setTechnicianId(technicianId);
careerCmdService.submitWorks(cmd);
return JsonResult.success();
} finally {
workLock.unlock(technicianId);
}
}
......
......@@ -114,6 +114,7 @@
and t1.`name` like concat('%',#{searchKeyWord},'%')
</if>
and t2.id is null
order by t1.update_time desc
</select>
</mapper>
\ No newline at end of file
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment