|
|
@@ -78,7 +78,7 @@ |
|
|
<if test=" null != filepath ">and `filepath` = #{filepath}</if> |
|
|
<if test=" null != filepath ">and `filepath` = #{filepath}</if> |
|
|
<if test=" null != status ">and `status` = #{status}</if> |
|
|
<if test=" null != status ">and `status` = #{status}</if> |
|
|
<if test=" null != applyStatus ">and `apply_status` = #{applyStatus}</if> |
|
|
<if test=" null != applyStatus ">and `apply_status` = #{applyStatus}</if> |
|
|
<if test=" null != contractNumber ">and `contract_number` = #{contractNumber}</if> |
|
|
|
|
|
|
|
|
<if test=" null != contractNumber and '' != contractNumber">and `contract_number` = #{contractNumber}</if> |
|
|
<if test=" null != deposit ">and `deposit` = #{deposit}</if> |
|
|
<if test=" null != deposit ">and `deposit` = #{deposit}</if> |
|
|
<if test=" null != payDate ">and `pay_date` = #{payDate}</if> |
|
|
<if test=" null != payDate ">and `pay_date` = #{payDate}</if> |
|
|
<if test=" null != isDel ">and `is_del` = #{isDel}</if> |
|
|
<if test=" null != isDel ">and `is_del` = #{isDel}</if> |
|
|
|