|
@@ -294,8 +294,8 @@ public class IotMaintainServiceImpl implements IotMaintainService {
|
|
|
}
|
|
|
if ("out".equals(updateReqVO.getMaintain().getType())){
|
|
|
try {
|
|
|
- IotMaintainDO iotMaintain = BeanUtils.toBean(updateReqVO.getMaintain(), IotMaintainDO.class);
|
|
|
- oaFlow.createOutRepairFlow(iotMaintain);
|
|
|
+// IotMaintainDO iotMaintain = BeanUtils.toBean(updateReqVO.getMaintain(), IotMaintainDO.class);
|
|
|
+ oaFlow.createOutRepairFlow(updateObj);
|
|
|
} catch (Exception e) {
|
|
|
throw new ServiceException(122, e.getMessage());
|
|
|
}
|