新手摸商品

This commit is contained in:
wangjinlei
2024-01-15 13:16:31 +08:00
parent f0c464ab1a
commit fc3b9e5118
3 changed files with 3 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,136);
List<Integer> sjc =Arrays.asList(128,129,130,131,136,137);
boolean sj_check = false;
//是否存在时辰取穴的权限触发商品
List<Integer> scqq = Arrays.asList(133,134,135);