Просмотр исходного кода

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

release_toaliyun_real
hupeng 7 лет назад
Родитель
Сommit
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>


Загрузка…
Отмена
Сохранить