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