6b1c82b9 by xiaojie

【数据资产】

1、认证变更跨平台审批
1 parent 1330393f
......@@ -81,6 +81,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
/** 保存变更数据 */
@Override
public void changeSave(ChangeApproveVO vo) {
log.info("======vo, {}", JSON.toJSONString(vo));
//对重新发起的原审批源数据进行废弃
if(StringUtils.isNotBlank(vo.getSourceApproveGuid())){
LambdaUpdateWrapper<MfEnterpriseChangeApprove> updateWrapper = new LambdaUpdateWrapper<>();
......@@ -108,6 +109,7 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
entity.setTenantGuid(tenantGuid);
mfEnterpriseChangeApproveService.save(entity);
log.info("========entity, {}", entity);
MfEnterprise bean = mfEnterpriseService.getById(entity.getSourceGuid());
bean.setBizApproveState("B");
mfEnterpriseService.updateById(bean);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!