瀏覽代碼

//add poi

release_toaliyun_real
xhxu 4 年之前
父節點
當前提交
7457a99cce
共有 1 個檔案被更改,包括 2 行新增 和 2 行删除
  1. +2
    -2
      mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/TtMerchantPoiMapper.xml 查看文件

@@ -10,8 +10,8 @@
<result column="province" jdbcType="VARCHAR" property="province"/>
<result column="city" jdbcType="VARCHAR" property="city"/>
<result column="address" jdbcType="VARCHAR" property="address"/>
<result column="longitude" jdbcType="float" property="longitude"/>
<result column="latitude" jdbcType="float" property="latitude"/>
<result column="longitude" jdbcType="FLOAT" property="longitude"/>
<result column="latitude" jdbcType="FLOAT" property="latitude"/>
<result column="amap_id" jdbcType="VARCHAR" property="amapId"/>
<result column="extra" jdbcType="VARCHAR" property="extra"/>
<result column="poi_id" jdbcType="VARCHAR" property="poiId"/>


Loading…
取消
儲存