ruoyi-service/ruoyi-other/src/main/resources/mapper/other/ShopPointMapper.xml
@@ -54,6 +54,9 @@ (select * from t_shop_point union all select * from t_shop_point_copy) tsp LEFT JOIN t_shop ts ON tsp.shop_id = ts.id <where> <if test="shopPoint.shopId != null and shopPoint.shopId != ''"> AND tsp.shop_id = #{shopPoint.shopId} </if> <if test="shopPoint.shopName != null and shopPoint.shopName != ''"> AND ts.`name` LIKE concat('%',#{shopPoint.shopName},'%') </if>