修改618价格

This commit is contained in:
2026-06-22 14:06:54 +08:00
parent 91f5ddcf6f
commit 396656bd66
2 changed files with 11 additions and 11 deletions
@@ -8579,11 +8579,11 @@ public class ProductService {
} }
} }
//淘系的价格全部按照目前的价格乘以1.15 //淘系的价格全部按照目前的价格乘以1.15
if (!isIn) { // if (!isIn) {
for (Product product : list) { // for (Product product : list) {
product.setPrice(Math.ceil(product.getPrice() * 1.15)); // product.setPrice(Math.ceil(product.getPrice() * 1.15));
} // }
} // }
return list; return list;
} }
+6 -6
View File
@@ -593,17 +593,17 @@
let shop_list_gai = [1045, 1061, 1029, 1054, 1053, 1055]; let shop_list_gai = [1045, 1061, 1029, 1054, 1053, 1055];
let role_list = [${sessionScope.USER_SESSION.role}]; let role_list = [${sessionScope.USER_SESSION.role}];
var system_isPdd = false; var system_isPdd = false;
var system_isGai = true; var system_isGai = false;
shop_list.forEach(shop_id => { shop_list.forEach(shop_id => {
if (role_list.includes(shop_id)) { if (role_list.includes(shop_id)) {
system_isPdd = true; system_isPdd = true;
} }
}) })
shop_list_gai.forEach(shop_id => { // shop_list_gai.forEach(shop_id => {
if (role_list.includes(shop_id)) { // if (role_list.includes(shop_id)) {
system_isGai = false; // system_isGai = false;
} // }
}) // })
// 不给客服看 // 不给客服看
/* if(${ !sessionScope.USER_SESSION.role.contains('999') }){ */ /* if(${ !sessionScope.USER_SESSION.role.contains('999') }){ */
// 春节倒计时 // 春节倒计时