769aa978 by xiaojie

【数据资产】

1、加工单加工明细新增、修改参数
1 parent eb91d48d
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!