769aa978 by xiaojie

【数据资产】

1、加工单加工明细新增、修改参数
1 parent eb91d48d
......@@ -71,6 +71,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
MfEnterpriseChangeApprove entity = csbrBeanUtil.convert(beanVO, MfEnterpriseChangeApprove.class);
setEntity(entity,beanVO,vo);
entity.setDataType("2");
entity.setBizApproveState(ApprovalStateEnum.CHECKING.getValue());
entity.setGuid(vo.getGuid());
mfEnterpriseChangeApproveService.save(entity);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!