Commit 5c5e485c authored by m1991's avatar m1991

Merge remote-tracking branch 'origin/master'

parents b0ac200a f3925cad
......@@ -68,7 +68,7 @@ public class CustomerServiceServiceImpl implements CustomerServiceService {
file.transferTo(newFile);
//入库地址
String serviceUrl = basePath + "/upload/" + newName;
String serviceUrl = "/upload/" + newName;
CustomerService customerService = new CustomerService();
customerService.setWechatId(wechatId);
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