|
|
|
@@ -156,7 +156,7 @@ |
|
|
|
<if test=" null != price and '' != price">and `price` = #{price}</if> |
|
|
|
<if test=" null != rentalStartDate and '' != rentalStartDate">and `rental_start_date` = #{rentalStartDate}</if> |
|
|
|
<if test=" null != rentalEndDate and '' != rentalEndDate">and `rental_end_date` = #{rentalEndDate}</if> |
|
|
|
<if test=" null != outDateNofity ">and out_date_notify_phone is not null and out_date_notify_phone != '' and out_date_notify_days is not null and out_date_notify_days > 0 and rental_end_date <= NOW()</if> |
|
|
|
<if test=" null != outDateNofity ">and out_date_notify_phone is not null and out_date_notify_phone != '' and out_date_notify_days is not null and out_date_notify_days > 0 </if> |
|
|
|
<if test=" null != signDate and '' != signDate">and `sign_date` = #{signDate}</if> |
|
|
|
<if test=" null != receivePeriod and '' != receivePeriod">and `receive_period` = #{receivePeriod}</if> |
|
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
|
|