Commit ba820067 by huluobin

update

parent efef380a
...@@ -43,10 +43,8 @@ public class CareerWorksController { ...@@ -43,10 +43,8 @@ public class CareerWorksController {
cmd.setTechnicianId(technicianId); cmd.setTechnicianId(technicianId);
careerCmdService.submitWorks(cmd); careerCmdService.submitWorks(cmd);
return JsonResult.success(); return JsonResult.success();
} finally { } finally {
workLock.unlock(technicianId); workLock.unlock(technicianId);
} }
} }
......
...@@ -114,6 +114,7 @@ ...@@ -114,6 +114,7 @@
and t1.`name` like concat('%',#{searchKeyWord},'%') and t1.`name` like concat('%',#{searchKeyWord},'%')
</if> </if>
and t2.id is null and t2.id is null
order by t1.update_time desc
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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