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