Commit 7d60e087ccb1b56c86dbb2e64fc6f2c04efcf72c

Authored by 张志伟
1 parent 26c464db

:bug: v1.1.0 bug修改

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 }
... ...