84ebe5f8 by xiaojie

【数据资产】

1、认证变更跨平台审批
1 parent 4661116a
......@@ -232,6 +232,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
if(!dto.getApprovalState().equals(ApprovalStateEnum.PASSED.getValue())){
MfEnterprise bean = mfEnterpriseService.getById(entity.getSourceGuid());
bean.setBizApproveState("Y");
bean.setCrossPlatformApproveState("Y");
mfEnterpriseService.updateById(bean);
return;
}
......@@ -239,6 +240,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
MfEnterprise vo = csbrBeanUtil.convert(entity,MfEnterprise.class);
vo.setGuid(entity.getSourceGuid());
vo.setBizApproveState("Y");
vo.setCrossPlatformApproveState("Y");
mfEnterpriseService.updateById(vo);
//同步更新会员表
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!