Commit f3925cad authored by codezwjava's avatar codezwjava

专属客服二维码图片url入库修改

parent 73ef6161
...@@ -68,7 +68,7 @@ public class CustomerServiceServiceImpl implements CustomerServiceService { ...@@ -68,7 +68,7 @@ public class CustomerServiceServiceImpl implements CustomerServiceService {
file.transferTo(newFile); file.transferTo(newFile);
//入库地址 //入库地址
String serviceUrl = basePath + "/upload/" + newName; String serviceUrl = "/upload/" + newName;
CustomerService customerService = new CustomerService(); CustomerService customerService = new CustomerService();
customerService.setWechatId(wechatId); customerService.setWechatId(wechatId);
customerService.setWechatImgUrl(serviceUrl); customerService.setWechatImgUrl(serviceUrl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment