|
@@ -14,6 +14,9 @@
|
|
|
<if test=" vo.weituoClient!=null ">
|
|
|
and iwi.weituo_client like CONCAT('%', #{vo.weituoClient},'%')
|
|
|
</if>
|
|
|
+ <if test=" vo.weituoNo!=null ">
|
|
|
+ and iwi.weituo_no like CONCAT('%', #{vo.weituoNo},'%')
|
|
|
+ </if>
|
|
|
<if test=" vo.startTIme!=null and vo.endTime!=null ">
|
|
|
and iwi.create_time between #{vo.startTime} and #{vo.endTime}
|
|
|
</if>
|
|
@@ -27,4 +30,4 @@
|
|
|
order by weituo_client,weituo_no
|
|
|
</select>
|
|
|
|
|
|
-</mapper>
|
|
|
+</mapper>
|