|
|
|
@@ -545,9 +545,9 @@ public class TtMerchantPoiServiceImpl implements TtMerchantPoiService { |
|
|
|
merchantPoi.setUpdateDate(now); |
|
|
|
if(merchantPoi.getId() == null){ |
|
|
|
merchantPoi.setId(Long.parseLong(poiBase.getMerchantId())); |
|
|
|
merchantPoi.setCreateDate(now); |
|
|
|
ttMerchantPoiMapper.insert(merchantPoi); |
|
|
|
}else{ |
|
|
|
merchantPoi.setCreateDate(now); |
|
|
|
ttMerchantPoiMapper.updateById(merchantPoi); |
|
|
|
} |
|
|
|
} catch (Exception e) { |
|
|
|
|