|
@@ -249,6 +249,7 @@ public class IotMaintainServiceImpl implements IotMaintainService {
|
|
|
updateObj.setStatus("finished");
|
|
|
//}
|
|
|
updateObj.setPic(JSON.toJSONString(updateReqVO.getMaintain().getPics()));
|
|
|
+ updateObj.setOutFile(JSON.toJSONString(updateReqVO.getMaintain().getOutFiles()));
|
|
|
iotMaintainMapper.updateById(updateObj);
|
|
|
//删除工单bom及物料
|
|
|
iotMaintainBomMapper.delete("maintain_id", String.valueOf(updateObj.getId()));
|