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