Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
@@ -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}, '%')
|
||||
|
||||
Reference in New Issue
Block a user