feat:PC 心愿单

This commit is contained in:
suzhuhong
2026-03-13 13:54:43 +08:00
parent 3a9e8c4709
commit 73c9bc7368

View File

@@ -66,9 +66,9 @@
a.create_time,
a.option_unit
FROM zxjp_store_order_option_snapshot a left join
sys_dict_column_5558ce7a3aa84e3590392fcaa8697ffb b on a.category_code = b.column_code
zxjp_cfg_item_category b on a.category_code = b.category_code
WHERE order_id = #{orderId}
ORDER BY b.id asc,a.id ASC
ORDER BY b.sort_no asc,a.id ASC
</select>
<delete id="deleteByOrderId">