|
@@ -32,6 +32,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="ZXBH != null and ZXBH != ''"> and ZXBH = #{ZXBH}</if>
|
|
|
<if test="lastUpdateTime != null "> and LAST_UPDATE_TIME = #{lastUpdateTime}</if>
|
|
|
<if test="CLLX != null "> and CLLX = #{CLLX}</if>
|
|
|
+ <if test="search_begintime != null"> and LAST_UPDATE_TIME >= #{search_begintime}</if>
|
|
|
+ <if test="search_endtime != null"> and LAST_UPDATE_TIME < #{search_endtime}</if>
|
|
|
+
|
|
|
</where>
|
|
|
</select>
|
|
|
|