Commit f742291c by huangZW

111

parent 729707ea
...@@ -233,7 +233,9 @@ public class StoreController extends WebBaseController{ ...@@ -233,7 +233,9 @@ public class StoreController extends WebBaseController{
} }
StoreDTO store = storeService.getStore(storeId); StoreDTO store = storeService.getStore(storeId);
String enterpriseId = store.getEnterpriseId(); String enterpriseId = store.getEnterpriseId();
logger.info("==================aaaa");
AuditSettingDTO auditSettingDTO = auditSettingApiService.findSettingByWxEnterpriseId(wxEnterpriseId); AuditSettingDTO auditSettingDTO = auditSettingApiService.findSettingByWxEnterpriseId(wxEnterpriseId);
logger.info("==================bbb");
//默认不审核 //默认不审核
int auditFlag = 0; int auditFlag = 0;
if(auditSettingDTO != null){ if(auditSettingDTO != null){
......
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