update
This commit is contained in:
@@ -200,7 +200,7 @@ public class BuyOrderController {
|
|||||||
// 订单实收金额
|
// 订单实收金额
|
||||||
BigDecimal totalPrice = new BigDecimal(0);
|
BigDecimal totalPrice = new BigDecimal(0);
|
||||||
//是否存在手摸或脚模,修改用户的脉穴权限
|
//是否存在手摸或脚模,修改用户的脉穴权限
|
||||||
List<Integer> sjc =Arrays.asList(128,129,130,131,136,137);
|
List<Integer> sjc =Arrays.asList(128,129,130,131,136,137,139,1612);
|
||||||
boolean sj_check = false;
|
boolean sj_check = false;
|
||||||
//是否存在时辰取穴的权限触发商品
|
//是否存在时辰取穴的权限触发商品
|
||||||
List<Integer> scqq = Arrays.asList(133,134,135);
|
List<Integer> scqq = Arrays.asList(133,134,135);
|
||||||
|
|||||||
Reference in New Issue
Block a user