|
|
|
@@ -38,7 +38,7 @@ |
|
|
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != shopNumber "> |
|
|
|
<if test=" null != shopNumber and ''!=shopNumber"> |
|
|
|
and `shop_number` like concat('%', #{shopNumber},'%') |
|
|
|
|
|
|
|
</if> |
|
|
|
@@ -141,11 +141,11 @@ |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != tenantId "> |
|
|
|
and s.`tenant_id` like concat('%', #{tenantId},'%') |
|
|
|
and s.`tenant_id`= #{tenantId} |
|
|
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != shopNumber "> |
|
|
|
<if test=" null != shopNumber and ''!=shopNumber"> |
|
|
|
and s.`shop_number` like concat('%', #{shopNumber},'%') |
|
|
|
|
|
|
|
</if> |
|
|
|
|