Commit 053877bb by 墨竹

fix:授权类型修改

parent f9f42fc5
...@@ -88,6 +88,9 @@ public class WxEnterpriseApiServiceImpl implements WxEnterpriseApiService { ...@@ -88,6 +88,9 @@ public class WxEnterpriseApiServiceImpl implements WxEnterpriseApiService {
tab.setName(applicationName); tab.setName(applicationName);
tab.setPermanentCode(permanentCode); tab.setPermanentCode(permanentCode);
tab.setIsCustomizedApp(isCustomizedApp); tab.setIsCustomizedApp(isCustomizedApp);
if (isCustomizedApp != null && isCustomizedApp == 1) {
tab.setApplicationType(3);
}
tab.setWxEnterpriseId(wxEnterpriseId); tab.setWxEnterpriseId(wxEnterpriseId);
wxApplicationService.insert(tab); wxApplicationService.insert(tab);
} else { } else {
......
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