Commit 2ce5770d by 徐高华

Merge branch 'master-xgh-好办停用' into 'developer'

删除通过名称查询

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