Commit 4b852e76b20ca797cd5e83aa4a25b0191d7dd9fc

Authored by 张志伟
2 parents f7832f35 7d60e087

Merge remote-tracking branch 'origin/dev' into test

fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/CustomerImportBizService.java
... ... @@ -174,7 +174,7 @@ public class CustomerImportBizService {
174 174 customer.setShopId(customerImport.getShopId());
175 175 customer.setAdviserId(customerImport.getAdviserId());
176 176 customer.setYn(Boolean.TRUE);
177   - customerService.updateById(customer);
  177 + customerService.saveOrUpdate(customer);
178 178 customerImport.setMark(1);
179 179 customerImport.setOldId(customer.getId());
180 180 }
... ...