Commit 2b3a3b53 by 徐高华

删除通过名称查询

parent ad3d79f1
...@@ -113,7 +113,8 @@ public class WxEnterpriseApiServiceImpl implements WxEnterpriseApiService { ...@@ -113,7 +113,8 @@ public class WxEnterpriseApiServiceImpl implements WxEnterpriseApiService {
// 获取授权好办小程序 // 获取授权好办小程序
if (wxEnterprise == null) { if (wxEnterprise == null) {
log.info("通过corpid={}未查到记录", corpid); log.info("通过corpid={}未查到记录", corpid);
wxEnterprise = this.wxEnterpriseService.getEnterpriseByCorpName(corpName); // 删除通过名称查询
// wxEnterprise = this.wxEnterpriseService.getEnterpriseByCorpName(corpName);
} }
if (wxEnterprise != null) { if (wxEnterprise != null) {
log.info("查询wxEnterpriseId={}", wxEnterprise.getWxEnterpriseId()); log.info("查询wxEnterpriseId={}", wxEnterprise.getWxEnterpriseId());
......
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