Sfoglia il codice sorgente

Merge branch 'test' of http://1.94.244.160:3000/shuzhihua/pms-iot into test

zhangcl 2 settimane fa
parent
commit
1aeb048dde

+ 1 - 0
yudao-module-pms/yudao-module-pms-biz/src/main/java/cn/iocoder/yudao/module/pms/service/maintain/IotMaintainServiceImpl.java

@@ -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()));