/component/top/list入参name异常修复

This commit is contained in:
gaoqr
2026-04-28 18:19:10 +08:00
parent 13c613f596
commit 753677d8ba
@@ -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=")">