砍价超时时间,赋值
This commit is contained in:
parent
a2e0854a7d
commit
da449a5921
@ -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");
|
||||
|
||||
@ -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");//礼包分类
|
||||
|
||||
Loading…
Reference in New Issue
Block a user