Commit c8540aa4 by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents 144894b6 1a5dc491
......@@ -32,6 +32,7 @@ public class UnionEnterpriseController {
if(validateResult != null){
return validateResult;
}
this.authCodeApiService.expireAuthCode(unionEnterpriseQO.getAuthCodeId());
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
UnionEnterpriseDTO enterpriseDTO = EntityUtil.changeEntityByJSON(UnionEnterpriseDTO.class, unionEnterpriseQO);
enterpriseDTO.setEnterpriseId(enterpriseId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment