Commit 27ce02c2 by 徐高华

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

Bugfix xgh 12月

See merge request !625
parents 3936d81d 66e398ea
......@@ -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));
......
......@@ -329,7 +329,7 @@
</if>
<if test="type==2">
and b.wx_open_user_id in
<foreach collection="wxOpenUserIds" item="id" index="index" open="(" close=")" separator=",">
<foreach collection="wxUserIds" item="id" index="index" open="(" close=")" separator=",">
#{id,jdbcType=VARCHAR}
</foreach>
</if>
......
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