|
|
|
@@ -97,7 +97,12 @@ |
|
|
|
<if test=" null != latePayStatus ">and `late_pay_status` = #{latePayStatus}</if> |
|
|
|
<if test=" null != starttime ">and `starttime` = #{starttime}</if> |
|
|
|
<if test=" null != endtime ">and `endtime` = #{endtime}</if> |
|
|
|
|
|
|
|
<if test=" null != endtimeBegin "> |
|
|
|
and endtime >= #{endtimeBegin} |
|
|
|
</if> |
|
|
|
<if test=" null != endtimeEnd"> |
|
|
|
and endtime < #{endtimeEnd} |
|
|
|
</if> |
|
|
|
<if test=" null != ids "> |
|
|
|
and id in |
|
|
|
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")"> |
|
|
|
@@ -177,10 +182,10 @@ |
|
|
|
and `parent_tenant_id` = #{parentTenantId} |
|
|
|
</if> |
|
|
|
<if test=" null != startTime "> |
|
|
|
and receive_date >= #{startdate} |
|
|
|
and receive_date >= #{startTime} |
|
|
|
</if> |
|
|
|
<if test=" null != endTime"> |
|
|
|
and receive_date < #{enddate} |
|
|
|
and receive_date < #{endTime} |
|
|
|
</if> |
|
|
|
|
|
|
|
</select> |
|
|
|
@@ -195,10 +200,10 @@ |
|
|
|
and `parent_tenant_id` = #{parentTenantId} |
|
|
|
</if> |
|
|
|
<if test=" null != startTime "> |
|
|
|
and receive_date >= #{startdate} |
|
|
|
and receive_date >= #{startTime} |
|
|
|
</if> |
|
|
|
<if test=" null != endTime"> |
|
|
|
and receive_date < #{enddate} |
|
|
|
and receive_date < #{endTime} |
|
|
|
</if> |
|
|
|
</select> |
|
|
|
|
|
|
|
|