This commit is contained in:
parent
6edd23c75a
commit
3c6ab1c7fd
|
|
@ -430,7 +430,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
AND bai.back_style = #{backStyle}
|
AND bai.back_style = #{backStyle}
|
||||||
</if>
|
</if>
|
||||||
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''">
|
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''">
|
||||||
<![CDATA[AND bai.create_time >= #{startTime} AND bai.create_time <= #{endTime} ]]>
|
<![CDATA[AND bcd.create_time >= #{startTime} AND bcd.create_time <= #{endTime} ]]>
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
@ -444,7 +444,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
AND lai.lease_style = #{leaseStyle}
|
AND lai.lease_style = #{leaseStyle}
|
||||||
</if>
|
</if>
|
||||||
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''">
|
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''">
|
||||||
<![CDATA[AND lai.create_time >= #{startTime} AND lai.create_time <= #{endTime} ]]>
|
<![CDATA[AND lod.create_time >= #{startTime} AND lod.create_time <= #{endTime} ]]>
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue