@ -72,6 +72,7 @@ public class CustomerService {
//做插入使用
OpCustomer insertCustomer = new OpCustomer();
insertCustomer.setWechatUniId(customerDTO.getUniId());
insertCustomer.setName(customerDTO.getName());
if(null != opCustomer){
//存在--1.处理客户导购关系。
sellerCustomerRelation(opCustomer,customerDTO.getStaffCode(),poiStore.getId(),poiStoreStaff.getUserId());
@ -17,6 +17,11 @@ public class CustomerDTO {
*/
private String uniId;
/**
* 名称
private String name;
* 人员编号