|
@@ -128,6 +128,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="payStatus != null ">
|
|
|
AND dl.pay_status = #{payStatus}
|
|
|
</if>
|
|
|
+ <if test="createNo != null ">
|
|
|
+ AND dl.create_no = #{createNo}
|
|
|
+ </if>
|
|
|
<if test="monthTime != null and monthTime != ''">
|
|
|
AND dl.month_time in
|
|
|
<foreach collection="monthTime" item="item" index="index" open="(" close=")" separator=",">
|
|
@@ -152,6 +155,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="payStatus != null">
|
|
|
AND dl.pay_status = #{payStatus}
|
|
|
</if>
|
|
|
+ <if test="createNo != null ">
|
|
|
+ AND dl.create_no = #{createNo}
|
|
|
+ </if>
|
|
|
<if test="monthTime != null and monthTime != ''">
|
|
|
AND dl.month_time in
|
|
|
<foreach collection="monthTime" item="item" index="index" open="(" close=")" separator=",">
|