|
@@ -1,6 +1,7 @@
|
|
|
package com.fjhx.customer.service.xiaoman.impl;
|
|
|
|
|
|
import com.fjhx.customer.entity.xiaoman.po.XiaomanCustomer;
|
|
|
+import com.fjhx.customer.entity.xiaoman.po.XiaomanCustomerInfoJson;
|
|
|
import com.fjhx.customer.entity.xiaoman.vo.CustomerApiVo;
|
|
|
import com.fjhx.customer.entity.xiaoman.vo.CustomerListApiVo;
|
|
|
import com.fjhx.customer.mapper.xiaoman.XiaomanCustomerMapper;
|
|
@@ -83,6 +84,8 @@ public class XiaomanCustomerServiceImpl extends ServiceImpl<XiaomanCustomerMappe
|
|
|
updateById(customer);
|
|
|
//TODO 获取详情
|
|
|
|
|
|
+ XiaomanCustomerInfoJson xiaomanCustomerInfoJson = new XiaomanCustomerInfoJson();
|
|
|
+ xiaomanCustomerInfoJsonService.save(xiaomanCustomerInfoJson);
|
|
|
//TODO 更新数据
|
|
|
|
|
|
}else {
|