浏览代码

[业态][修复]:过滤条件更改为有效商户

release_toaliyun_real
hupeng 7 年前
父节点
当前提交
507b8a96b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBusinessMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBusinessMapper.xml 查看文件

@@ -62,7 +62,7 @@
where
m.tenant_id = #{tenantId}
and b.id = m.business_id
and m.status = 0
and m.status = 1
and m.is_public = 1) > 0
order by create_date asc
</select>


正在加载...
取消
保存