This commit is contained in:
wangjinlei
2023-12-12 15:31:23 +08:00
parent c3453e3aa5
commit fa036179b1
4 changed files with 24 additions and 3 deletions

View File

@@ -200,7 +200,7 @@ public class BuyOrderController {
// 订单总金额
BigDecimal totalPrice = new BigDecimal(0);
//是否存在手摸或脚模,修改用户的脉穴权限
List<Integer> sjc =Arrays.asList(128,129,130,131);
List<Integer> sjc =Arrays.asList(128,129,130,131,136);
boolean sj_check = false;
//是否存在时辰取穴的权限触发商品
List<Integer> scqq = Arrays.asList(133,134,135);