sql兼容达梦调整
This commit is contained in:
@@ -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=')'>
|
||||
|
||||
@@ -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=')'>
|
||||
|
||||
Reference in New Issue
Block a user