砍价超时时间,赋值

This commit is contained in:
Jack 2025-11-19 08:29:03 +08:00
parent a2e0854a7d
commit da449a5921
2 changed files with 6 additions and 6 deletions

View File

@ -119,7 +119,7 @@ public class ShopPageAppServiceImpl extends BaseServiceImpl<ShopPageAppMapper, S
* @param subsite_id
* @param store_id
* @param tpl_id
* @param app_type
* @param app_type 69 107 3
*/
@Override
public void getModel(ModelAndView view, Integer subsite_id, Integer store_id, Integer tpl_id, Integer app_type) {
@ -135,7 +135,6 @@ public class ShopPageAppServiceImpl extends BaseServiceImpl<ShopPageAppMapper, S
String page_nav = pageBase.get("PageNav").toString();
String page_config = pageBase.get("PageConfig").toString();
//用户中心菜单
//用户中心菜单
Map menu = new HashMap();
String app_member_center = accountBaseConfigService.getConfig("app_member_center");

View File

@ -5553,13 +5553,14 @@ public class ShopStoreActivityBaseServiceImpl extends BaseServiceImpl<ShopStoreA
activity_rule.put("product_image", product_row.getProduct_image());
activity_rule.put("item_unit_price", item_row.getItem_unit_price());
// cut_hour - 砍价有效期小时
Integer cut_hour = getParameter("cut_hour", 72);
// product_count - 参与活动商品总数
Integer product_count = getParameter("product_count", 3);
Integer cut_hour = getParameter("cut_hour", 72);// cut_hour - 砍价有效期小时
Integer product_count = getParameter("product_count", 3);// product_count - 参与活动商品总数
activity_rule.put("product_count", product_count); // 参与活动的商品总数
activity_rule.put("cut_hour", cut_hour); // 砍价的有效期小时
data.put("product_count", product_count);
data.put("cut_hour", cut_hour);
} else if (ObjectUtil.equal(activity_type_id, StateCode.ACTIVITY_TYPE_GIFTBAG)) {
//a+b组合套餐
String activity_bag_category = getParameter("activity_bag_category");//礼包分类