| | |
| | | "<if test='item.hasAudio != null'>, has_audio=#{item.hasAudio}</if>" + |
| | | "<if test='item.longitude != null'>, longitude=#{item.longitude}</if>" + |
| | | "<if test='item.latitude != null'>, latitude=#{item.latitude}</if>" + |
| | | "<if test='customLongitude != null'>, custom_longitude=#{item.customLongitude}</if>" + |
| | | "<if test='custom_latitude != null'>, custom_latitude=#{item.customLatitude}</if>" + |
| | | "<if test='item.customLongitude != null'>, custom_longitude=#{item.customLongitude}</if>" + |
| | | "<if test='item.customLatitude != null'>, custom_latitude=#{item.customLatitude}</if>" + |
| | | "<if test='item.longitudeGcj02 != null'>, longitude_gcj02=#{item.longitudeGcj02}</if>" + |
| | | "<if test='item.latitudeGcj02 != null'>, latitude_gcj02=#{item.latitudeGcj02}</if>" + |
| | | "<if test='item.longitudeWgs84 != null'>, longitude_wgs84=#{item.longitudeWgs84}</if>" + |