xiaoyong931011
2022-09-06 b5688bce787a214e2931f4db5c33f59a184e2b49
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">