xiaoyong931011
2023-02-22 999f3781c03c643003cb9008587a2038eaff55d9
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">