xiaoyong931011
2022-09-06 4f62b86373d07a1ce920914f35ad2d9dff59e0c6
src/main/resources/mapper/modules/MallRefundMapper.xml
@@ -20,7 +20,7 @@
                and a.state = #{state}
            </if>
        </where>
        order by a.CREATED_TIME desc
    </select>
    <select id="getOrderRefundListInPage" resultType="cc.mrbird.febs.mall.entity.MallRefundEntity">