sql兼容达梦调整
This commit is contained in:
@@ -288,7 +288,7 @@
|
|||||||
from
|
from
|
||||||
r_stat_limit_rate_d
|
r_stat_limit_rate_d
|
||||||
<where>
|
<where>
|
||||||
phasic_type = "T"
|
phasic_type = 'T'
|
||||||
<if test=" ids != null and ids.size > 0">
|
<if test=" ids != null and ids.size > 0">
|
||||||
AND my_index IN
|
AND my_index IN
|
||||||
<foreach collection='ids' item='item' index="index" open='(' separator=',' close=')'>
|
<foreach collection='ids' item='item' index="index" open='(' separator=',' close=')'>
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
from
|
from
|
||||||
r_stat_limit_target_d
|
r_stat_limit_target_d
|
||||||
<where>
|
<where>
|
||||||
phasic_type = "T"
|
phasic_type = 'T'
|
||||||
<if test=" ids != null and ids.size > 0">
|
<if test=" ids != null and ids.size > 0">
|
||||||
AND my_index IN
|
AND my_index IN
|
||||||
<foreach collection='ids' item='item' index="index" open='(' separator=',' close=')'>
|
<foreach collection='ids' item='item' index="index" open='(' separator=',' close=')'>
|
||||||
|
|||||||
Reference in New Issue
Block a user