ruoyi-service/ruoyi-other/src/main/resources/mapper/other/ShopBalanceStatementMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-service/ruoyi-other/src/main/resources/mapper/other/ShopBalanceStatementMapper.xml
@@ -10,7 +10,7 @@ ts.phone FROM t_shop_balance_statement tsbs INNER JOIN t_shop ts ON ts.id = tsbs.shop_id AND ts.del_flag = 0 INNER JOIN t_shop ts ON ts.id = tsbs.shop_id <where> <if test="bs.shopName != null and bs.shopName != ''"> AND ts.`name` like concat('%', #{bs.shopName}, '%')