opt:优化子卷按子卷规格排序

This commit is contained in:
2024-07-02 14:00:34 +08:00
parent 2f6cbfd9c1
commit f10d468c21

View File

@@ -84,7 +84,7 @@
WHERE b.point_status = '3'
AND b.ivt_status = '3'
AND a.sale_order_name = #{sale_order_name}
ORDER BY box_group DESC
ORDER BY paper_tube_description
</select>