mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
/component/top/list入参name异常修复
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@
|
||||
FROM order_component top
|
||||
WHERE top.pid = 0
|
||||
<if test="name != null and name != ''">
|
||||
and oc.name like CONCAT('%', #{name}, '%')
|
||||
and top.name like CONCAT('%', #{name}, '%')
|
||||
</if>
|
||||
AND top.order_id in
|
||||
<foreach item="orderId" collection="orderIds" open="(" separator="," close=")">
|
||||
|
||||
Reference in New Issue
Block a user