|
|
|
@@ -99,9 +99,6 @@ |
|
|
|
<if test=" null != endDate ">and `end_date` = #{endDate}</if> |
|
|
|
<if test=" null != rentShopType">and `rent_shop_type` = #{rentShopType}</if> |
|
|
|
<if test=" null != operationType ">and `operation_type` = #{operationType}</if> |
|
|
|
<if test=" null != shopNumber and shopNumber != ''"> |
|
|
|
and `shop_number` like concat('%',#{shopNumber},'%') |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != businessForRule and '' != businessForRule "> |
|
|
|
and business_id in (${businessForRule}) |
|
|
|
|