|
@@ -109,7 +109,7 @@ public class CustomerInterLowerServiceImpl implements CustomerInterLowerService
|
|
|
String buyerAddr = jsonObject.getString("buyerAddr");
|
|
|
|
|
|
String buyerTel = jsonObject.getString("buyerTel");
|
|
|
- String mail = jsonObject.getString("mail");
|
|
|
+ String mail = jsonObject.getString("mail");
|
|
|
|
|
|
String buyerBank = jsonObject.getString("buyerBank");
|
|
|
|
|
@@ -132,6 +132,7 @@ public class CustomerInterLowerServiceImpl implements CustomerInterLowerService
|
|
|
|| StringUtils.isEmpty(buyerTel)
|
|
|
|| StringUtils.isEmpty(buyerBank)
|
|
|
|| StringUtils.isEmpty(buyerBankAccount)
|
|
|
+ || StringUtils.isEmpty(mail)
|
|
|
) {
|
|
|
return result;
|
|
|
}
|