|
@@ -18,7 +18,7 @@
|
|
|
<sql id="walletQueryCondition">
|
|
<sql id="walletQueryCondition">
|
|
|
<where>
|
|
<where>
|
|
|
<if test="query.shopName != null and query.shopName != ''">
|
|
<if test="query.shopName != null and query.shopName != ''">
|
|
|
- and gs.shop_name like "%"#{query.shopName}"%"
|
|
|
|
|
|
|
+ and gs.shop_name like concat("%", #{query.shopName}, "%")
|
|
|
</if>
|
|
</if>
|
|
|
|
|
|
|
|
<if test="query.type != null and query.type != ''">
|
|
<if test="query.type != null and query.type != ''">
|