## 查询活动列表语句调整;
This commit is contained in:
parent
08d037a485
commit
abc6aafff5
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue