jdbcTemplate.update("update dispatch_batch set engineer_num=? , order_num=?, start_time=?, end_time=null, status='RUNNING' where group_id=? and batch_no=?",
jdbcTemplate.update("update dispatch_batch set engineer_num=? , order_num=?, start_time=?, end_time=null, status='RUNNING' where group_id=? and batch_no=?",
...
@@ -148,5 +150,9 @@ public class BatchServiceImpl implements BatchService {
...
@@ -148,5 +150,9 @@ public class BatchServiceImpl implements BatchService {