Commit a1bb9c63 by 墨竹

fix:查询错误

parent 3f0fc5d3
...@@ -669,6 +669,6 @@ public class WxEnterpriseRelatedApiServiceImpl implements WxEnterpriseRelatedApi ...@@ -669,6 +669,6 @@ public class WxEnterpriseRelatedApiServiceImpl implements WxEnterpriseRelatedApi
if(StringUtils.isAnyBlank(wxEnterpriseId,enterpriseId,storeName)) { if(StringUtils.isAnyBlank(wxEnterpriseId,enterpriseId,storeName)) {
return null ; return null ;
} }
return this.storeRangeService.listStoreIdByName(enterpriseId, wxEnterpriseId,storeName); return this.storeRangeService.listStoreIdByName(wxEnterpriseId, enterpriseId,storeName);
} }
} }
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