xiaoyong931011
2023-02-22 69b2dfc245c5b761db44b70b1653c3b4d97f1564
src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -115,7 +115,7 @@
                </if>
            </where>
            group by a.id
            order by a.id desc
            order by a.order_number ASC
        ) a
        <if test="record.sortType != null">
            <if test="record.sortType == 1">
@@ -348,7 +348,7 @@
            </if>
        </where>
        group by a.id
        order by a.id desc
        order by a.order_number ASC
        ) a
        <if test="record.sortType != null">
            <if test="record.sortType == 1">