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