Преглед изворни кода

[商铺][修改][sql判断商铺号不为空字符串]

release_toaliyun_real
gongbiao пре 7 година
родитељ
комит
bd499ad022
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 3
- 3
mallinkService/src/main/resources/mapper/WxShopMapper.xml Прегледај датотеку

@@ -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>


Loading…
Откажи
Сачувај