|
|
|
@@ -338,7 +338,7 @@ |
|
|
|
and json_extract(rc.rent_info,'$[*].shopNumber') like concat('%',#{shopNumber},'%') |
|
|
|
</if> |
|
|
|
<if test=" null != shopNumber and shopNumber!='' and null != rentShopType and rentShopType==2"> |
|
|
|
and s.`shop_number` like concat('%',#{shopNumber},'%')ig |
|
|
|
and s.`shop_number` like concat('%',#{shopNumber},'%') |
|
|
|
|
|
|
|
</if> |
|
|
|
<if test=" null != status ">and rc.`status` = #{status}</if> |
|
|
|
|