Commit 15c10ba5 by 徐高华

Merge branch 'bugfix-xgh-12月' into 'developer'

小程序提审调整

See merge request !619
parents 84f96767 19f38393
......@@ -272,7 +272,8 @@ public class WxEnterpriseApiServiceImpl implements WxEnterpriseApiService {
List<TabHaobanWxEnterpriseRelated> list = this.wxEnterpriseRelatedMapper.listByWxenterpriseId(wxEnterpriseId);
if (CollectionUtils.isEmpty(list)) {
log.info("企微无关联gic商户,wxEnterpriseId={}",wxEnterpriseId);
return ServiceResponse.failure("1000", "无关联商户");
//return ServiceResponse.failure("1000", "无关联商户");
return ServiceResponse.success() ;
}
int count = list.size();
log.info("企微关联数={},{}", count, JSON.toJSONString(list));
......
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