适配系统管理配置
parent
f8c72d18a0
commit
0a85038e04
|
|
@ -96,7 +96,7 @@ public class ZcloudCorpFacadeImpl implements ZcloudCorpFacade {
|
|||
public Response saveAdminCorp() {
|
||||
Integer type = zcloudTenantTypeConfigFacade.getDefaultType("defaultType0001");
|
||||
if (type == null){
|
||||
return Response.buildFailure("请先配置默认类型");
|
||||
return Response.buildFailure("请先配置默认监管端租户类型");
|
||||
}
|
||||
corpInfoService.saveAdminCorp(type);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue