sql兼容达梦调整

This commit is contained in:
2025-04-23 14:41:38 +08:00
parent 21017090c4
commit 412e4b1bdb
2 changed files with 2 additions and 2 deletions

View File

@@ -288,7 +288,7 @@
from
r_stat_limit_rate_d
<where>
phasic_type = "T"
phasic_type = 'T'
<if test=" ids != null and ids.size > 0">
AND my_index IN
<foreach collection='ids' item='item' index="index" open='(' separator=',' close=')'>

View File

@@ -146,7 +146,7 @@
from
r_stat_limit_target_d
<where>
phasic_type = "T"
phasic_type = 'T'
<if test=" ids != null and ids.size > 0">
AND my_index IN
<foreach collection='ids' item='item' index="index" open='(' separator=',' close=')'>