关联商品查询同步商品

This commit is contained in:
gong
2025-12-29 15:32:23 +08:00
parent 057f851dcf
commit 87797e5812

View File

@@ -153,6 +153,10 @@
<foreach item="item" collection="idList" separator="," open="(" close=")"> <foreach item="item" collection="idList" separator="," open="(" close=")">
#{item} #{item}
</foreach> </foreach>
or t1.sync_id in
<foreach item="item" collection="idList" separator="," open="(" close=")">
#{item}
</foreach>
</if> </if>
order by t1.sort desc,t1.id desc order by t1.sort desc,t1.id desc
</select> </select>