问题修复
This commit is contained in:
parent
af3b8b420a
commit
88f3da9eb7
|
|
@ -669,10 +669,6 @@ public class RepairServiceImpl implements RepairService {
|
|||
if (null == bean.getRepairType()) {
|
||||
continue;
|
||||
}
|
||||
//修改ma_machine表检验信息
|
||||
ArrayList<Long> ids = new ArrayList<>();
|
||||
ids.add(bean.getId());
|
||||
repairMapper.updateMaMachine(ids, SecurityUtils.getLoginUser().getSysUser().getNickName());
|
||||
|
||||
// 更新维修人员信息
|
||||
if (!CollectionUtils.isEmpty(bean.getRepairList())) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue