This commit is contained in:
parent
a2a25fe20f
commit
9e4bea6e87
|
|
@ -1349,6 +1349,8 @@ public class RepairServiceImpl implements RepairService {
|
|||
}
|
||||
}
|
||||
}
|
||||
//修改退料任务的状态,以及退料详情里面的状态
|
||||
int res = taskMapper.updateTaskStatus(String.valueOf(taskId), 1);
|
||||
// 4. 删除维修明细数据
|
||||
result = repairMapper.deleteByTaskId(taskId);
|
||||
if (result < 1) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue