## 查询活动列表语句调整;

This commit is contained in:
cabbage 2025-05-28 17:08:44 +08:00
parent f6fe1c4d51
commit 5503874464
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
where at.del_flag = 0
and to_char(#{queryDate}, 'yyyy-mm-dd') >= to_char(at.dis_start_date, 'yyyy-mm-dd')
and to_char(at.dis_end_date, 'yyyy-mm-dd') >= to_char(#{queryDate}, 'yyyy-mm-dd')
and (at.pk_vertex is null or at.pk_vertex = '' or at.pk_vertex like ',' || #{pkVertex} || ',')
and (at.pk_vertex is null or at.pk_vertex = '' or at.pk_vertex like '%,' || #{pkVertex} || ',%')
and at.pk_country = #{pkCountry}
</select>