|
@@ -48,6 +48,9 @@
|
|
|
#{item}
|
|
#{item}
|
|
|
</foreach>
|
|
</foreach>
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="startTime != null and startTime != '' and endTime != null and endTime != ''">
|
|
|
|
|
+ AND t1.gdnd BETWEEN #{startTime} AND #{endTime}
|
|
|
|
|
+ </if>
|
|
|
<if test="bgqx != null and bgqx != ''">
|
|
<if test="bgqx != null and bgqx != ''">
|
|
|
<choose>
|
|
<choose>
|
|
|
<when test="bgqx == 'D10' or bgqx == '005'">
|
|
<when test="bgqx == 'D10' or bgqx == '005'">
|