log
This commit is contained in:
@@ -263,7 +263,7 @@ public class BuyOrderController {
|
||||
// 订单总金额
|
||||
BigDecimal totalPrice = new BigDecimal(0);
|
||||
//是否存在手摸或脚模
|
||||
List<Integer> sjc =Arrays.asList(128,129,130);
|
||||
List<Integer> sjc =Arrays.asList(128,129,130,131);
|
||||
boolean sj_check = false;
|
||||
|
||||
// 遍历商品总价计算
|
||||
|
||||
Reference in New Issue
Block a user