【数据资产】
1、加工单加工明细新增、修改参数
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -71,6 +71,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro | ... | @@ -71,6 +71,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro |
71 | MfEnterpriseChangeApprove entity = csbrBeanUtil.convert(beanVO, MfEnterpriseChangeApprove.class); | 71 | MfEnterpriseChangeApprove entity = csbrBeanUtil.convert(beanVO, MfEnterpriseChangeApprove.class); |
72 | setEntity(entity,beanVO,vo); | 72 | setEntity(entity,beanVO,vo); |
73 | entity.setDataType("2"); | 73 | entity.setDataType("2"); |
74 | entity.setBizApproveState(ApprovalStateEnum.CHECKING.getValue()); | ||
74 | entity.setGuid(vo.getGuid()); | 75 | entity.setGuid(vo.getGuid()); |
75 | mfEnterpriseChangeApproveService.save(entity); | 76 | mfEnterpriseChangeApproveService.save(entity); |
76 | 77 | ... | ... |
-
Please register or sign in to post a comment