Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
2
|
2
|
||||||
), 0
|
), 0
|
||||||
) as arrivalRate
|
) as arrivalRate
|
||||||
FROM bk_order
|
FROM bk_order o
|
||||||
WHERE shop_id = #{shopId}
|
WHERE shop_id = #{shopId}
|
||||||
<if test="search != null and search != ''">
|
<if test="search != null and search != ''">
|
||||||
AND (o.call_username LIKE CONCAT('%', #{search}, '%')
|
AND (o.call_username LIKE CONCAT('%', #{search}, '%')
|
||||||
|
|||||||
Reference in New Issue
Block a user