|
@@ -2573,7 +2573,7 @@ public class OrderServiceImpl implements OrderService {
|
|
|
|
|
|
processRecordEntity.setPaymentStartTime(new Date());
|
|
|
// 判断是微信的支付码还是支付宝的支付码
|
|
|
-
|
|
|
+ env="prod";
|
|
|
if (!org.springframework.util.StringUtils.isEmpty(env) && Constants.PROD.equals(env)) {
|
|
|
if (parCode.startsWith("28")) {
|
|
|
// 支付宝支付
|
|
@@ -2825,6 +2825,7 @@ public class OrderServiceImpl implements OrderService {
|
|
|
Integer beforeScoreInteger = (Integer) param.get("beforeScore");
|
|
|
Integer afterScoreStrInteger = (Integer) param.get("afterScore");
|
|
|
int deductionScore = org.springframework.util.StringUtils.isEmpty((String) param.get("deductionScore")) ? 0 : Integer.parseInt((String) param.get("deductionScore"));
|
|
|
+ //会员手机号
|
|
|
String consigneePhone = String.valueOf(param.get("consigneePhone"));
|
|
|
BigDecimal scoreDeductionPrice = new BigDecimal(org.springframework.util.StringUtils.isEmpty(param.get("scoreDeductionPrice").toString()) ? "0" : param.get("scoreDeductionPrice").toString());
|
|
|
consumptionRecords.setBeforeScore(beforeScoreInteger);
|