Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
张松
2025-12-06 17:06:18 +08:00

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}, '%')