123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611 |
- <?php
- /**
- * lionfish 商城系统
- *
- * ==========================================================================
- * @link http://www.liofis.com/
- * @copyright Copyright (c) 2015 liofis.com.
- * @license http://www.liofis.com/license.html License
- * ==========================================================================
- * 拼团模块
- * @author fish
- *
- */
- namespace Home\Controller;
- class GroupController extends CommonController {
-
- protected function _initialize()
- {
-
- parent::_initialize();
-
- }
-
- public function pintuan_slides()
- {
- $_GPC = I('request.');
-
- // 活动商品展示方式 pintuan_show_type 0横向布局 1左右布局
- $pintuan_show_type_info= D('Home/Front')->get_config_by_name('pintuan_show_type');
-
- if( empty($pintuan_show_type_info) )
- {
- $pintuan_show_type_info = 0;
- }
-
- //拼团页面浮窗 hide_pintuan_page_windows 0开启 1关闭
- $hide_pintuan_page_windows_info= D('Home/Front')->get_config_by_name('hide_pintuan_page_windows' );
- if( empty($hide_pintuan_page_windows_info) )
- {
- $hide_pintuan_page_windows_info = 0;
- }
-
-
- //拼团规则介绍 pintuan_publish
- $pintuan_publish_info= D('Home/Front')->get_config_by_name('pintuan_publish');
- $category_list = D('Home/GoodsCategory')->get_all_goods_category('pintuan');
-
-
- $params = array();
- $params[':uniacid'] = $uniacid;
- $params[':type'] = 'pintuan';
- $params[':enabled'] = 1;
- //拼团幻灯片
- $slider_list = M()->query('SELECT * FROM ' . C('DB_PREFIX'). "lionfish_comshop_adv
- WHERE type='pintuan' and enabled=1 " . ' order by displayorder desc, id desc ');
-
-
-
- if(!empty($slider_list))
- {
- foreach($slider_list as $key => $val)
- {
- $val['image'] = tomedia($val['thumb']);
-
- $slider_list[$key] = $val;
- }
- }else{
- $slider_list = array();
- }
- //tabbar开关
- //$open_tabbar_out_weapp = D('Home/Front')->get_config_by_name('open_tabbar_out_weapp');
- //$tabbar_out_type = D('Home/Front')->get_config_by_name('tabbar_out_type');
-
- //分享信息
- $pintuan_index_share_title = D('Home/Front')->get_config_by_name('pintuan_index_share_title');
- $pintuan_index_share_img = D('Home/Front')->get_config_by_name('pintuan_index_share_img');
- if(!empty($pintuan_index_share_img)){
- $pintuan_index_share_img = tomedia($pintuan_index_share_img);
- }
- //拼团返利规则
- $pintuan_rebate_publish = D('Home/Front')->get_config_by_name('pintuan_rebate_publish');
- echo json_encode(
- array(
- 'code'=>0,
- 'pintuan_show_type' => $pintuan_show_type_info,
- 'category_list' => $category_list,
- 'hide_pintuan_page_windows' => $hide_pintuan_page_windows_info,
- 'pintuan_publish' => htmlspecialchars_decode($pintuan_publish_info),
- 'pintuan_rebate_publish' => htmlspecialchars_decode($pintuan_rebate_publish),
- 'slider_list' => $slider_list,
- // 'open_tabbar_out_weapp' => $open_tabbar_out_weapp,
- // 'tabbar_out_type' => $tabbar_out_type,
- 'pintuan_index_share_title' => $pintuan_index_share_title,
- 'pintuan_index_share_img' => $pintuan_index_share_img
- )
- );
-
- die();
- }
-
- //拼团商品首页
- public function get_pintuan_list()
- {
- $_GPC = I('request.');
-
-
- $head_id = $_GPC['head_id'];
- if($head_id == 'undefined') $head_id = '';
-
-
- $pintuan_model_buy = D('Home/Front')->get_config_by_name('pintuan_model_buy');
-
- if( empty($pintuan_model_buy) || $pintuan_model_buy ==0 )
- {
- $pintuan_model_buy = 0;
- $head_id = '';
- }
-
- $pageNum = isset($_GPC['pageNum']) ? intval($_GPC['pageNum']) : 1;
- $gid = $_GPC['gid'];
- $keyword = $_GPC['keyword'];
-
- $is_random = isset($_GPC['is_random']) ? $_GPC['is_random'] : 0;
- $is_index = isset($_GPC['is_index']) ? $_GPC['is_index'] : 0;
- $per_page = isset($_GPC['per_page']) ? $_GPC['per_page'] : 10;
-
- if($gid == 'undefined' || $gid =='' || $gid =='null' || $gid ==0)
- {
- $gid = 0;
- }
-
- if( !empty($gid) && $gid > 0)
- {
- $gids = D('Home/GoodsCategory')->get_index_goods_category($gid,'pintuan','','',1);
- $gidArr = array();
- $gidArr[] = $gid;
-
- foreach ($gids as $key => $val) {
- $gidArr[] = $val['id'];
- }
-
- $gid = implode(',', $gidArr);
- }
- $offset = ($pageNum - 1) * $per_page;
- $limit = "{$offset},{$per_page}";
-
- $token = $_GPC['token'];
-
- $weprogram_token = M('lionfish_comshop_weprogram_token')->field('member_id')->where( array('token' => $token ) )->find();
-
- if( empty($weprogram_token) || empty($weprogram_token['member_id']) )
- {
-
- }else{
- $member_id = $weprogram_token['member_id'];
- }
-
-
- $now_time = time();
-
- $where = " g.grounding =1 and g.type ='pin' ";
-
- if( isset($is_index) && $is_index == 1 )
- {
- $where .= " and g.is_index_show = 1 ";
- $per_page = 20;
- }
- if( !empty($head_id) && $head_id >0 )
- {
- $params = array();
- $params['uniacid'] = $_W['uniacid'];
- $params['head_id'] = $head_id;
-
- if($gid == 0){
- $goods_ids_arr = M()->query('SELECT goods_id FROM ' .C('DB_PREFIX'). "lionfish_community_head_goods
- WHERE head_id={$head_id} order by id desc ");
- } else {
- $sql_goods_ids = "select pg.goods_id from ".C('DB_PREFIX')."lionfish_community_head_goods as pg, "
- .C('DB_PREFIX')."lionfish_comshop_goods_to_category as g
- where pg.goods_id = g.goods_id and g.cate_id in ({$gid}) and pg.head_id = {$head_id} order by pg.id desc ";
-
- $goods_ids_arr = M()->query($sql_goods_ids);
- }
-
-
-
- $ids_arr = array();
- foreach($goods_ids_arr as $val){
- $ids_arr[] = $val['goods_id'];
- }
- if(!empty($keyword)) {
- $goods_ids_nolimit_arr = M()->query('SELECT id FROM ' . C('DB_PREFIX') . "lionfish_comshop_goods
- WHERE is_all_sale=1 and goodsname like '%{$keyword}%' " );
- } else {
- if($gid == 0){
- $goods_ids_nolimit_arr = M()->query('SELECT id FROM ' . C('DB_PREFIX'). "lionfish_comshop_goods
- WHERE is_all_sale=1 " );
- } else {
- $goods_ids_nolimit_sql = "select pg.id from ".C('DB_PREFIX')."lionfish_comshop_goods as pg,"
- .C('DB_PREFIX')."lionfish_comshop_goods_to_category as g
- where pg.id = g.goods_id and g.cate_id in ({$gid}) and pg.is_all_sale=1 ";
-
- $goods_ids_nolimit_arr = M()->query($goods_ids_nolimit_sql);
- }
- }
-
- if( !empty($goods_ids_nolimit_arr) )
- {
- foreach($goods_ids_nolimit_arr as $val){
- $ids_arr[] = $val['id'];
- }
- }
-
-
- $ids_str = implode(',',$ids_arr);
-
- if( !empty($ids_str) )
- {
- $where .= " and g.id in ({$ids_str})";
- } else{
- $where .= " and 0 ";
- }
- }else{
- if($gid > 0){
- $goods_ids_nohead_sql = "select pg.id from ".C('DB_PREFIX')."lionfish_comshop_goods as pg,"
- .C('DB_PREFIX')."lionfish_comshop_goods_to_category as g where pg.id = g.goods_id and g.cate_id in ({$gid}) ";
- $goods_ids_nohead_arr = M()->query($goods_ids_nohead_sql);
- }
-
- $ids_arr = array();
- if( !empty($goods_ids_nohead_arr) )
- {
- foreach($goods_ids_nohead_arr as $val){
- $ids_arr[] = $val['id'];
- }
- }
-
- $ids_str = implode(',',$ids_arr);
-
- if( !empty($ids_str) )
- {
- $where .= " and g.id in ({$ids_str})";
- } else if($gid!=0){
- echo json_encode( array('code' => 1) );
- die();
- }
- }
-
-
- $where .= " and gc.begin_time <={$now_time} and gc.end_time > {$now_time} ";
- $where .= " and gc.is_new_buy=0 and gc.is_spike_buy = 0 ";
-
- if($is_random == 1)
- {
- $community_goods = D('Home/Pingoods')->get_new_community_index_goods($head_id,$gid,'g.*,gc.begin_time,gc.end_time,gc.big_img,gc.is_take_fullreduction,gc.labelname,gc.video ', $where,$offset,$per_page,' rand() ');
- }else{
- $community_goods = D('Home/Pingoods')->get_new_community_index_goods($head_id,$gid,'g.*,gc.begin_time,gc.end_time,gc.big_img,gc.is_take_fullreduction,gc.labelname,gc.video ', $where,$offset,$per_page);
- }
-
- if( !empty($community_goods) )
- {
- $is_open_fullreduction = D('Home/Front')->get_config_by_name('is_open_fullreduction');
- $full_money = D('Home/Front')->get_config_by_name('full_money');
- $full_reducemoney = D('Home/Front')->get_config_by_name('full_reducemoney');
-
-
- $is_open_fullreduction = 0;
-
-
- $cart= D('Home/Car');
-
- $list = array();
- $copy_text_arr = array();
- foreach($community_goods as $val)
- {
- $tmp_data = array();
- $tmp_data['actId'] = $val['id'];
- $tmp_data['spuName'] = $val['goodsname'];
-
- $tmp_data['spuCanBuyNum'] = $val['total'];
- $tmp_data['spuDescribe'] = $val['subtitle'];
- $tmp_data['end_time'] = $val['end_time'];
- $tmp_data['soldNum'] = $val['seller_count'] + $val['sales'];
-
- $productprice = $val['productprice'];
- $tmp_data['marketPrice'] = explode('.', $productprice);
- if( !empty($val['big_img']) )
- {
- $tmp_data['bigImg'] = tomedia($val['big_img']);
- }
-
- $good_image = D('Home/Pingoods')->get_goods_images($val['id']);
- if( !empty($good_image) )
- {
- $tmp_data['skuImage'] = tomedia($good_image['image']);
- }
- $price_arr = D('Home/Pingoods')->get_goods_price($val['id'], $member_id);
- $price = $price_arr['price'];
-
- if( $pageNum == 1 )
- {
- $copy_text_arr[] = array('goods_name' => $val['goodsname'], 'price' => $price);
- }
-
- $tmp_data['actPrice'] = explode('.', $price);
- $tmp_data['danPrice'] = $price_arr['danprice'];
-
- $tmp_data['skuList']= D('Home/Pingoods')->get_goods_options($val['id'],$member_id);
-
- if( !empty($tmp_data['skuList']) )
- {
- $tmp_data['car_count'] = 0;
- }else{
-
- $car_count = 0;
-
- if( empty($car_count) )
- {
- $tmp_data['car_count'] = 0;
- }else{
- $tmp_data['car_count'] = $car_count;
- }
-
- }
-
- if($is_open_fullreduction == 0)
- {
- $tmp_data['is_take_fullreduction'] = 0;
- }else if($is_open_fullreduction == 1){
- $tmp_data['is_take_fullreduction'] = $val['is_take_fullreduction'];
- }
- // 商品角标
- $label_id = unserialize($val['labelname']);
- if($label_id){
- $label_info = D('Home/Pingoods')->get_goods_tags($label_id);
- if($label_info){
- if($label_info['type'] == 1){
- $label_info['tagcontent'] = tomedia($label_info['tagcontent']);
- } else {
- $label_info['len'] = mb_strlen($label_info['tagcontent'], 'utf-8');
- }
- }
- $tmp_data['label_info'] = $label_info;
- }
- $tmp_data['is_video'] = empty($val['video']) ? false : true;
-
- //根据商品信息查询拼团信息 $val['id'];
-
- $good_pin_list = M('lionfish_comshop_good_pin')->where( array('goods_id' => $val['id'] ) )->find();
-
- //拼团价格
- //$tmp_data['pinprice'] = $price ;
-
- //拼团人数
- $tmp_data['pin_count'] =$good_pin_list['pin_count'];
- //拼团时间
- $tmp_data['pin_hour'] =$good_pin_list['pin_hour'];
- //拼团开始时间
- $tmp_data['pin_begin_time'] =$good_pin_list['begin_time'];
- //拼团结束时间
- $tmp_data['pin_end_time'] =$good_pin_list['end_time'];
-
-
- $list[] = $tmp_data;
- }
- $is_show_list_timer = D('Home/Front')->get_config_by_name('is_show_list_timer');
- $pintuan_index_coming_img = D('Home/Front')->get_config_by_name('pintuan_index_coming_img');
- $pintuan_index_show = D('Home/Front')->get_config_by_name('pintuan_index_show');
- if( !isset($pintuan_index_show) )
- {
- $pintuan_index_show = 0;
- }
-
- $pintuan_index_show_listtop = D('Home/Front')->get_config_by_name('pintuan_index_show_listtop');
-
- if( !isset($pintuan_index_show_listtop) )
- {
- $pintuan_index_show_listtop = 0;
- }
-
-
- if( isset($pintuan_index_coming_img) && !empty($pintuan_index_coming_img) )
- {
- $pintuan_index_coming_img = tomedia($pintuan_index_coming_img);
- }
- $pintuan_show_type = D('Home/Front')->get_config_by_name('pintuan_show_type');
-
-
- //pintuan_index_coming_img
- echo json_encode(array('code' => 0,'pintuan_model_buy' => $pintuan_model_buy,'pintuan_index_show' => $pintuan_index_show,'pintuan_index_coming_img' => $pintuan_index_coming_img, 'list' => $list ,'copy_text_arr' => $copy_text_arr, 'cur_time' => time() ,'full_reducemoney' => $full_reducemoney,'full_money' => $full_money,'is_open_fullreduction' => $is_open_fullreduction,'is_show_list_timer'=>$is_show_list_timer , 'pintuan_index_show_listtop'=>$pintuan_index_show_listtop, 'pintuan_show_type'=>$pintuan_show_type ));
- die();
- }else{
- echo json_encode( array('code' => 1) );
- die();
- }
-
-
- }
-
-
- //猜你喜欢
- public function pintuan_like_list()
- {
- $_GPC = I('request.');
-
- //猜你喜欢开关
- $is_show_order_guess_like= D('Home/Front')->get_config_by_name('is_open_pipntuan_like' );
- if( empty($is_show_order_guess_like) )
- {
- $is_show_order_guess_like = 0;
- }
-
- $community_id = $_GPC['community_id'];
- //community_id
-
-
- //购买的商品id
- $order_list = M('lionfish_comshop_order_goods')->field('goods_id')->where( array('order_id' =>$_GPC["order_id"] ) )->find();
-
- $now_time = time();
-
-
- $pintuan_model_buy = D('Home/Front')->get_config_by_name('pintuan_model_buy');
-
- if( empty($pintuan_model_buy) )
- {
- $pintuan_model_buy = 1;
- }
- if(!empty($community_id) && $pintuan_model_buy == 1){
- //有社区
- $head_info = M('lionfish_community_head')->field('id')->where( array('id' => $community_id ) )->find();
-
- //团长商品和全部可售
- //lionfish_community_head_goods
-
- $head_goods = M('lionfish_community_head_goods')->field('goods_id')->where( array('head_id' => $head_info['id'] ) )->select();
-
- foreach ($head_goods as $hg) {
- $hg = join(",",$hg);
- $temp_array[] = $hg;
- }
-
- $all_goods = M('lionfish_comshop_goods')->field('id')->where( array('type' => 'pin', 'is_all_sale' => 1) )->select();
-
- if( !empty($all_goods) )
- {
- foreach( $all_goods as $vv )
- {
- $temp_array[] = $vv['id'];
- }
- }
-
- //团长商品id
- $goods_id_list = implode(",", $temp_array);
-
- $sql_likegoods = "select g.*,gc.end_time,gc.begin_time from ".C('DB_PREFIX')."lionfish_comshop_goods as g,".C('DB_PREFIX')."lionfish_comshop_good_common as gc
- where g.id = gc.goods_id and gc.begin_time <={$now_time} and gc.end_time > {$now_time} and g.grounding =1 and ( g.id in (".$goods_id_list.") and g.id <> ".$order_list['goods_id']." ) and g.type = 'pin' order by rand() limit 6";
- }else{
- //猜你喜欢 随机6条数据
- $sql_likegoods = "select g.*,gc.end_time,gc.begin_time from ".C('DB_PREFIX')."lionfish_comshop_goods as g,".C('DB_PREFIX')."lionfish_comshop_good_common as gc
- where gc.begin_time <={$now_time} and gc.end_time > {$now_time} and g.id=gc.goods_id and g.id <> ".$order_list['goods_id']." and g.grounding =1 and g.type = 'pin' order by rand() limit 6";
-
- }
-
- $likegoods_list = M()->query($sql_likegoods);
-
- $list = array();
-
- if( !empty($likegoods_list) )
- {
-
- foreach($likegoods_list as $val)
- {
- $tmp_data = array();
- $tmp_data['actId'] = $val['id'];
- $goodsname = htmlspecialchars_decode($val['goodsname']);
- $tmp_data['spuName'] = $goodsname;
-
- $tmp_data['spuCanBuyNum'] = $val['total'];
- $tmp_data['spuDescribe'] = $val['subtitle'];
- $tmp_data['end_time'] = $val['end_time'];
- $tmp_data['soldNum'] = $val['seller_count'] + $val['sales'];
-
- $productprice = $val['productprice'];
- $tmp_data['marketPrice'] = explode('.', $productprice);
- if( !empty($val['big_img']) )
- {
- $tmp_data['bigImg'] = tomedia($val['big_img']);
- }
-
- $good_image = D('Home/Pingoods')->get_goods_images($val['id']);
- if( !empty($good_image) )
- {
- $tmp_data['skuImage'] = tomedia($good_image['image']);
- }
- $price_arr = D('Home/Pingoods')->get_goods_price($val['id'], $member_id);
- $price = $price_arr['price'];
-
- if( $pageNum == 1 )
- {
- $copy_text_arr[] = array('goods_name' => $val['goodsname'], 'price' => $price);
- }
-
- $tmp_data['actPrice'] = explode('.', $price);
- $tmp_data['danPrice'] = $price_arr['danprice'];
-
- $tmp_data['skuList']= D('Home/Pingoods')->get_goods_options($val['id'],$member_id);
-
- if( !empty($tmp_data['skuList']) )
- {
- $tmp_data['car_count'] = 0;
- }else{
-
- $car_count = 0;
-
- if( empty($car_count) )
- {
- $tmp_data['car_count'] = 0;
- }else{
- $tmp_data['car_count'] = $car_count;
- }
-
-
- }
-
- if($is_open_fullreduction == 0)
- {
- $tmp_data['is_take_fullreduction'] = 0;
- }else if($is_open_fullreduction == 1){
- $tmp_data['is_take_fullreduction'] = $val['is_take_fullreduction'];
- }
- // 商品角标
- $label_id = unserialize($val['labelname']);
- if($label_id){
- $label_info = D('Home/Pingoods')->get_goods_tags($label_id);
- if($label_info){
- if($label_info['type'] == 1){
- $label_info['tagcontent'] = tomedia($label_info['tagcontent']);
- } else {
- $label_info['len'] = mb_strlen($label_info['tagcontent'], 'utf-8');
- }
- }
- $tmp_data['label_info'] = $label_info;
- }
- $tmp_data['is_video'] = empty($val['video']) ? false : true;
-
- //根据商品信息查询拼团信息
- $good_pin_list = M('lionfish_comshop_good_pin')->where( array('goods_id' => $val['id'] ) )->find();
-
- //拼团价格
-
- //拼团人数
- $tmp_data['pin_count'] =$good_pin_list['pin_count'];
- //拼团时间
- $tmp_data['pin_hour'] =$good_pin_list['pin_hour'];
- //拼团开始时间
- $tmp_data['pin_begin_time'] =$good_pin_list['begin_time'];
- //拼团结束时间
- $tmp_data['pin_end_time'] =$good_pin_list['end_time'];
-
-
- $list[] = $tmp_data;
- }
-
- }
-
- echo json_encode(array('code'=>0,
- 'is_show_order_guess_like' => $is_show_order_guess_like,
- 'list' => $list,
- )
- );
- die();
-
- }
- /**
- public function test(){
- $pin_id = 688;
- //拼团信息
- $pin_info = M('lionfish_comshop_pin')->where( array('pin_id' => $pin_id ) )->find();
- $pin_order_sql = "select po.order_id,og.order_goods_id,m.openid,m.we_openid,m.member_id,o.type,o.head_id,o.from_type,o.order_num_alias,o.delivery,og.name,og.price,og.store_id
- from ".C('DB_PREFIX'). "lionfish_comshop_pin_order as po,".C('DB_PREFIX'). "lionfish_comshop_order as o,
- ".C('DB_PREFIX'). "lionfish_comshop_order_goods as og,".C('DB_PREFIX'). "lionfish_comshop_member as m
- where po.pin_id = ".$pin_id." and og.order_id = po.order_id and o.order_id = po.order_id and o.member_id= m.member_id order by po.add_time asc ";
- $pin_order_arr = M()->query($pin_order_sql);
- //拼团返利订单设置是否发货
- $pin_order_arr = D('Home/Pin')->setPintuanRebateOrderSuccess($pin_info, $pin_order_arr);
- print_r($pin_order_arr);
- }**/
- }
|