Administrator
3 days ago 9dfd9506d0743a22d404046ffe7cda6081404a8a
src/main/resources/mapper/modules/MallCountryDeliveryMapper.xml
@@ -16,4 +16,13 @@
        <result column="REMARK" jdbcType="VARCHAR" property="remark"/>
    </resultMap>
    <select id="getCountryDeliveryListInPage" resultType="cc.mrbird.febs.mall.entity.MallCountryDelivery">
        SELECT
            a.*
        FROM mall_country_delivery a
        order by a.CREATED_TIME desc
    </select>
</mapper>