|
|
@@ -532,7 +532,7 @@ public class TbIndentServiceImpl extends ServiceImpl<TbIndentDao, TbIndent> impl
|
|
|
}
|
|
|
body.put("customer_name", userName);
|
|
|
|
|
|
- String userPhone = tbOrder.getPhone();
|
|
|
+ String userPhone = address.getUserPhone();
|
|
|
if (ObjectUtils.isNotEmpty(userPhone)) {
|
|
|
try {
|
|
|
userPhone = URLEncoder.encode(userPhone, "UTF-8");
|
|
|
@@ -657,7 +657,7 @@ public class TbIndentServiceImpl extends ServiceImpl<TbIndentDao, TbIndent> impl
|
|
|
|
|
|
// String userPhone = address.getUserPhone();
|
|
|
|
|
|
- body2.put("customer_tel", tbOrder.getPhone());
|
|
|
+ body2.put("customer_tel", address.getUserPhone());
|
|
|
|
|
|
|
|
|
// String addressDetail = address.getAddressDetail();
|