mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 12:52:07 +08:00
小程序配件数量错误修复
This commit is contained in:
+1
-1
@@ -910,7 +910,7 @@
|
||||
</if>
|
||||
GROUP BY body_id, parts_id, cad_view_id
|
||||
) t ON t.parts_id = op.id
|
||||
JOIN order_body ob ON ob.order_id = op.order_id
|
||||
JOIN order_body ob ON ob.order_id = op.order_id and ob.id = t.body_id
|
||||
<if test="bodyIds != null and bodyIds.size() > 0">
|
||||
AND ob.id IN
|
||||
<foreach item="bodyId" collection="bodyIds" open="(" separator="," close=")">
|
||||
|
||||
Reference in New Issue
Block a user