Administrator
10 days ago cf8dc9ea458b5efc54d6d6d9d8e89db49ca6cf0f
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>