@@ -8,6 +8,8 @@ class GroupSaleServiceModel extends \Business\AbstractModel {
...
@@ -8,6 +8,8 @@ class GroupSaleServiceModel extends \Business\AbstractModel {
private$pBundingField='han_p_bundling.bl_id AS blId,bl_name AS name,bl_title,store_id,store_name,bl_state,bl_quota_starttime,bl_image,bl_storage,bl_discount_price AS discountPrice,bl_sum_price AS sumPrice,bl_quota_endtime AS endTime,image,is_transport,transport_id,snapshot_id,goods_freight,goods_free';
private$pBundingField='han_p_bundling.bl_id AS blId,bl_name AS name,bl_title,store_id,store_name,bl_state,bl_quota_starttime,bl_image,bl_storage,bl_discount_price AS discountPrice,bl_sum_price AS sumPrice,bl_quota_endtime AS endTime,image,is_transport,transport_id,snapshot_id,goods_freight,goods_free';
private$pBundingFieldWithDel='han_p_bundling.bl_id AS blId,bl_name AS name,bl_title,store_id,store_name,bl_state,bl_quota_starttime,bl_image,bl_storage,bl_discount_price AS discountPrice,bl_sum_price AS sumPrice,bl_quota_endtime AS endTime,image,is_transport,transport_id,snapshot_id,goods_freight,goods_free,is_del';
private$pBundingGoodsField='bl_count_price AS discountPrice,num,goods_id,bl_id';
private$pBundingGoodsField='bl_count_price AS discountPrice,num,goods_id,bl_id';
private$pBundingGoodsDetailField='goods_id,goods_commonid AS goodsCommonId,goods_name AS goodsName,goods_image,goods_spec,goods_storage AS goodsStorage,goods_price AS goodsPrice,goods_state,goods_verify,is_del';
private$pBundingGoodsDetailField='goods_id,goods_commonid AS goodsCommonId,goods_name AS goodsName,goods_image,goods_spec,goods_storage AS goodsStorage,goods_price AS goodsPrice,goods_state,goods_verify,is_del';
...
@@ -116,7 +118,7 @@ class GroupSaleServiceModel extends \Business\AbstractModel {
...
@@ -116,7 +118,7 @@ class GroupSaleServiceModel extends \Business\AbstractModel {