Преглед изворни кода

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

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 where
m.tenant_id = #{tenantId} m.tenant_id = #{tenantId}
and b.id = m.business_id and b.id = m.business_id
and m.status = 0
and m.status = 1
and m.is_public = 1) > 0 and m.is_public = 1) > 0
order by create_date asc order by create_date asc
</select> </select>


Loading…
Откажи
Сачувај