|
|
@@ -49,7 +49,6 @@ |
|
|
<if test=" null != receiveDateBegin ">and `receive_date` >= #{receiveDateBegin}</if> |
|
|
<if test=" null != receiveDateBegin ">and `receive_date` >= #{receiveDateBegin}</if> |
|
|
<if test=" null != receiveDateEnd ">and `receive_date` <= #{receiveDateEnd}</if> |
|
|
<if test=" null != receiveDateEnd ">and `receive_date` <= #{receiveDateEnd}</if> |
|
|
<if test=" null != feesId ">and `fees_id` = #{feesId}</if> |
|
|
<if test=" null != feesId ">and `fees_id` = #{feesId}</if> |
|
|
<if test=" null != rentShopType ">and `rent_shop_type` = #{rentShopType}</if> |
|
|
|
|
|
<if test=" null != isPrint ">and `is_print` = #{isPrint}</if> |
|
|
<if test=" null != isPrint ">and `is_print` = #{isPrint}</if> |
|
|
<if test=" null != isFinish ">and `is_finish` = #{isFinish}</if> |
|
|
<if test=" null != isFinish ">and `is_finish` = #{isFinish}</if> |
|
|
<if test=" null != parentId ">and `parent_id` = #{parentId}</if> |
|
|
<if test=" null != parentId ">and `parent_id` = #{parentId}</if> |
|
|
|