|
|
@@ -432,6 +432,9 @@
|
|
|
<if test="type != null">
|
|
|
and a.type= #{type}
|
|
|
</if>
|
|
|
+ <if test="checkNo != null">
|
|
|
+ and a.check_no like concat('%',#{checkNo},'%')
|
|
|
+ </if>
|
|
|
<if test="startTime !=null and endTime !=null">
|
|
|
and a.create_time between #{startTime} and #{endTime}
|
|
|
</if>
|
|
|
@@ -493,6 +496,9 @@
|
|
|
<if test="type != null">
|
|
|
and a.type= #{type}
|
|
|
</if>
|
|
|
+ <if test="checkNo != null">
|
|
|
+ and a.check_no like concat('%',#{checkNo},'%')
|
|
|
+ </if>
|
|
|
<if test="startTime !=null and endTime !=null">
|
|
|
and a.create_time between #{startTime} and #{endTime}
|
|
|
</if>
|
|
|
@@ -550,6 +556,9 @@
|
|
|
<if test="type != null">
|
|
|
and a.type= #{type}
|
|
|
</if>
|
|
|
+ <if test="checkNo != null">
|
|
|
+ and a.check_no like concat('%',#{checkNo},'%')
|
|
|
+ </if>
|
|
|
<if test="startTime !=null and endTime !=null">
|
|
|
and a.create_time between #{startTime} and #{endTime}
|
|
|
</if>
|