Просмотр исходного кода

//add poi

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
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"/>


Загрузка…
Отмена
Сохранить