修复报错问题

This commit is contained in:
gong
2025-12-06 16:56:40 +08:00
parent 088325c6b1
commit 0a59f4ee8a

View File

@@ -45,7 +45,7 @@
2
), 0
) as arrivalRate
FROM bk_order
FROM bk_order o
WHERE shop_id = #{shopId}
<if test="search != null and search != ''">
AND (o.call_username LIKE CONCAT('%', #{search}, '%')