123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584 |
- <?php
- /**
- * 本破解程序由三岁半资源网提供
- * 三岁半资源网www.sansuib.com
- * QQ:89171639 承接网站建设、公众号搭建、小程序建设、企业网站
- */
- namespace Seller\Controller;
- class ReportsController extends CommonController{
-
- protected function _initialize(){
- parent::_initialize();
-
- }
-
- public function index()
- {
- $_GPC = I('request.');
-
- $condition = ' ';
- $cur_controller = 'reports/index';
- //今天开始时间
-
- $today = array();
- $today['egt'] = strtotime(date('Y-m-d 00:00:00'));
- $today['lt'] = strtotime(date('Y-m-d 23:59:59'));
-
- //本周时间
- $arr=array();
- $thisweek = array();
- $arr=getdate();
- $num=$arr['wday'];
- if(empty($num)){
- $num =7;
- }
- $thisweek['egt'] = $today['egt']-($num-1)*24*60*60;
- //$thisweek['lt'] = $today['lt']+(7-$num)*24*60*60;
- $thisweek['lt'] = strtotime(date('Y-m-d H:i:s'));
-
- if (empty($_GPC['reports_index']) || $_GPC['reports_index']=='0'){
-
- //每天所有订单
- $day_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$thisweek['egt']." and date_added < ".$thisweek['lt']." ".$condition." group by date order by date asc");
-
- //总单数和下单金额
- $zongdanshu = 0;
- $zongxiadan = 0;
- foreach($day_info as $val1) {
-
- $zongdanshu += $val1['count'];
- $zongxiadan += $val1['total']+$val1['shipping_fare']-$val1['voucher_credit']-$val1['fullreduction_money'];
-
- }
-
- //有订单的所有日期
- $day_info2 = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$thisweek['egt']." and date_added < ".$thisweek['lt']." ".$condition." group by date order by date asc");
-
- foreach($day_info2 as $key =>$day) {
-
- $day["egt"]=strtotime(date($day["date"],time()));
- $day["lt"]=$day["egt"]+(60*60*24)-1;
-
- //每天退款单数
- $day_info3 = M()->query("select count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$day['egt']." and date_added < ".$day['lt']." ".$condition." and (order_status_id in (7,8,9,10,12,13))");
-
- if($day_info3){
- $daytui = 0;
- $daytuikuan =0;
- }
-
- //退款单数
- $daytui = $day_info3[0]['count'];
- //退款金额
- $daytuikuan = $day_info3[0]['total']+$day_info3[0]['shipping_fare']-$day_info3[0]['voucher_credit']-$day_info3[0]['fullreduction_money'];
-
-
- //每天取消单数
- $day_info4 = M()->query("select count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$day['egt']." and date_added < ".$day['lt']." ".$condition." and (order_status_id = 5)");
-
- if($day_info4){
- $dayqu = 0;
- $dayquxiao =0;
- }
-
- //取消单数
- $dayqu = $day_info4[0]['count'];
- //取消金额
- $dayquxiao = $day_info4[0]['total']+$day_info4[0]['shipping_fare']-$day_info4[0]['voucher_credit']-$day_info4[0]['fullreduction_money'];
-
-
- $daylist[$key] = array(
- 'daytui' => $daytui,
- 'daytuikuan' => $daytuikuan,
- 'dayqu' => $dayqu,
- 'dayquxiao' => $dayquxiao,
-
- );
- }
-
- $list = array();
- $list['day_info'] = $day_info;
- //合并两个数组
- $list2 = array();
- foreach($list['day_info'] as $k=>$v){
- $list2[] = array_merge($v,$daylist[$k]);
- }
-
- //退款
- $cancel_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$thisweek['egt']." and date_added < ".$thisweek['lt']." ".$condition." and (order_status_id in (7,8,9,10,12,13)) group by date order by date asc");
-
-
- $zongtuishu =0;
- $tuikuan =0;
- foreach($cancel_info as $val2) {
-
- $zongtuishu += $val2['count'];
- $tuikuan += $val2['total']+$val2['shipping_fare']-$val2['voucher_credit']-$val2['fullreduction_money'];
- }
-
- //小计
- $subtotal_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$thisweek['egt']." and date_added < ".$thisweek['lt']." ".$condition." and (order_status_id in (1,2,3,4,6,11,14)) group by date order by date asc" );
- $xaiojishu =0;
- $xaioji =0;
- foreach($subtotal_info as $val3) {
-
- $xaiojishu += $val3['count'];
- $xaioji += $val3['total']+$val3['shipping_fare']-$val3['voucher_credit']-$val3['fullreduction_money'];
- }
-
- //取消订单
- $quxiao_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$thisweek['egt']." and date_added < ".$thisweek['lt']." ".$condition." and (order_status_id = 5) group by date order by date asc");
-
-
- $quxiaoshu =0;
- $quxiao =0;
- foreach($quxiao_info as $val4) {
-
- $quxiaoshu += $val4['count'];
- $quxiao += $val4['total']+$val4['shipping_fare']-$val4['voucher_credit']-$val4['fullreduction_money'];
- }
-
- $tabid = 0;
-
- }
-
-
- //上周时间
- if($_GPC['reports_index'] == 1){
-
- $lastweek['egt'] = $thisweek['egt']-7*24*60*60;
- $lastweek['lt'] = $thisweek['egt']-1;
-
-
- //每天所以订单
- $day_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$lastweek['egt']." and date_added < ".$lastweek['lt']." ".$condition." group by date order by date asc");
-
-
- //总单数和下单金额
- $zongdanshu = 0;
- $zongxiadan = 0;
- foreach($day_info as $val1) {
-
- $zongdanshu += $val1['count'];
- $zongxiadan += $val1['total']+$val1['shipping_fare']-$val1['voucher_credit']-$val1['fullreduction_money'];
-
- }
-
- //有订单的所有日期
- $day_info2 = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$lastweek['egt']." and date_added < ".$lastweek['lt']." ".$condition." group by date order by date asc" );
-
- foreach($day_info2 as $key =>$day) {
-
- $day["egt"]=strtotime(date($day["date"],time()));
- $day["lt"]=$day["egt"]+(60*60*24)-1;
-
- //每天退款单数
- $day_info3 = M()->query("select count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$day['egt']." and date_added < ".$day['lt']." ".$condition." and (order_status_id in (7,8,9,10,12,13))" );
-
- if($day_info3){
- $daytui = 0;
- $daytuikuan =0;
- }
-
- //退款单数
- $daytui = $day_info3[0]['count'];
- //退款金额
- $daytuikuan = $day_info3[0]['total']+$day_info3[0]['shipping_fare']-$day_info3[0]['voucher_credit']-$day_info3[0]['fullreduction_money'];
-
-
- //每天取消单数
- $day_info4 = M()->query("select count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$day['egt']." and date_added < ".$day['lt']." ".$condition." and (order_status_id = 5)" );
-
- if($day_info4){
- $dayqu = 0;
- $dayquxiao =0;
- }
-
- //取消单数
- $dayqu = $day_info4[0]['count'];
- //取消金额
- $dayquxiao = $day_info4[0]['total']+$day_info4[0]['shipping_fare']-$day_info4[0]['voucher_credit']-$day_info4[0]['fullreduction_money'];
-
-
- $daylist[$key] = array(
- 'daytui' => $daytui,
- 'daytuikuan' => $daytuikuan,
- 'dayqu' => $dayqu,
- 'dayquxiao' => $dayquxiao,
-
- );
- }
-
- $list = array();
- $list['day_info'] = $day_info;
- //合并两个数组
- $list2 = array();
- foreach($list['day_info'] as $k=>$v){
- $list2[] = array_merge($v,$daylist[$k]);
- }
-
- //退款
- $cancel_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$lastweek['egt']." and date_added < ".$lastweek['lt']." ".$condition." and (order_status_id in (7,8,9,10,12,13)) group by date order by date asc");
-
-
- $zongtuishu =0;
- $tuikuan =0;
- foreach($cancel_info as $val2) {
-
- $zongtuishu += $val2['count'];
- $tuikuan += $val2['total']+$val2['shipping_fare']-$val2['voucher_credit']-$val2['fullreduction_money'];
- }
-
- //小计
- $subtotal_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$lastweek['egt']." and date_added < ".$lastweek['lt']." ".$condition." and (order_status_id in (1,2,3,4,6,11,14)) group by date order by date asc");
- $xaiojishu =0;
- $xaioji =0;
- foreach($subtotal_info as $val3) {
-
- $xaiojishu += $val3['count'];
- $xaioji += $val3['total']+$val3['shipping_fare']-$val3['voucher_credit']-$val3['fullreduction_money'];
- }
-
- //取消订单
- $quxiao_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$lastweek['egt']." and date_added < ".$lastweek['lt']." ".$condition." and (order_status_id = 5) group by date order by date asc");
-
-
- $quxiaoshu =0;
- $quxiao =0;
- foreach($quxiao_info as $val4) {
-
- $quxiaoshu += $val4['count'];
- $quxiao += $val4['total']+$val4['shipping_fare']-$val4['voucher_credit']-$val4['fullreduction_money'];
- }
-
- $tabid = 1;
- }
-
-
-
-
- //本月时间
- if($_GPC['reports_index'] == 2){
- $thismonth = array();
- $thismonth['egt']=strtotime(date('Y-m-01 00:00:00'));
- $thismonth['lt'] = strtotime(date('Y-m-d H:i:s'));
-
- //每天所以订单
- $day_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$thismonth['egt']." and date_added < ".$thismonth['lt']." ".$condition." group by date order by date asc");
-
-
- //总单数和下单金额
- $zongdanshu = 0;
- $zongxiadan = 0;
- foreach($day_info as $val1) {
-
- $zongdanshu += $val1['count'];
- $zongxiadan += $val1['total']+$val1['shipping_fare']-$val1['voucher_credit']-$val1['fullreduction_money'];
-
- }
-
- //有订单的所有日期
- $day_info2 = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$thismonth['egt']." and date_added < ".$thismonth['lt']." ".$condition." group by date order by date asc");
-
- foreach($day_info2 as $key =>$day) {
-
- $day["egt"]=strtotime(date($day["date"],time()));
- $day["lt"]=$day["egt"]+(60*60*24)-1;
-
- //每天退款单数
- $day_info3 = M()->query("select count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$day['egt']." and date_added < ".$day['lt']." ".$condition." and (order_status_id in (7,8,9,10,12,13))");
-
- if($day_info3){
- $daytui = 0;
- $daytuikuan =0;
- }
-
- //退款单数
- $daytui = $day_info3[0]['count'];
- //退款金额
- $daytuikuan = $day_info3[0]['total']+$day_info3[0]['shipping_fare']-$day_info3[0]['voucher_credit']-$day_info3[0]['fullreduction_money'];
-
-
- //每天取消单数
- $day_info4 = M()->query("select count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$day['egt']." and date_added < ".$day['lt']." ".$condition." and (order_status_id = 5)");
-
- if($day_info4){
- $dayqu = 0;
- $dayquxiao =0;
- }
-
- //取消单数
- $dayqu = $day_info4[0]['count'];
- //取消金额
- $dayquxiao = $day_info4[0]['total']+$day_info4[0]['shipping_fare']-$day_info4[0]['voucher_credit']-$day_info4[0]['fullreduction_money'];
-
-
- $daylist[$key] = array(
- 'daytui' => $daytui,
- 'daytuikuan' => $daytuikuan,
- 'dayqu' => $dayqu,
- 'dayquxiao' => $dayquxiao,
-
- );
- }
-
- $list = array();
- $list['day_info'] = $day_info;
- //合并两个数组
- $list2 = array();
- foreach($list['day_info'] as $k=>$v){
- $list2[] = array_merge($v,$daylist[$k]);
- }
-
- //退款
- $cancel_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$thismonth['egt']." and date_added < ".$thismonth['lt']." ".$condition." and (order_status_id in (7,8,9,10,12,13)) group by date order by date asc");
-
-
- $zongtuishu =0;
- $tuikuan =0;
- foreach($cancel_info as $val2) {
-
- $zongtuishu += $val2['count'];
- $tuikuan += $val2['total']+$val2['shipping_fare']-$val2['voucher_credit']-$val2['fullreduction_money'];
- }
-
- //小计
- $subtotal_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$thismonth['egt']." and date_added < ".$thismonth['lt']." ".$condition." and (order_status_id in (1,2,3,4,6,11,14)) group by date order by date asc");
- $xaiojishu =0;
- $xaioji =0;
- foreach($subtotal_info as $val3) {
-
- $xaiojishu += $val3['count'];
- $xaioji += $val3['total']+$val3['shipping_fare']-$val3['voucher_credit']-$val3['fullreduction_money'];
- }
-
- //取消订单
- $quxiao_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$thismonth['egt']." and date_added < ".$thismonth['lt']." ".$condition." and (order_status_id = 5) group by date order by date asc");
-
-
- $quxiaoshu =0;
- $quxiao =0;
- foreach($quxiao_info as $val4) {
-
- $quxiaoshu += $val4['count'];
- $quxiao += $val4['total']+$val4['shipping_fare']-$val4['voucher_credit']-$val4['fullreduction_money'];
- }
-
- $tabid = 2;
- }
-
- //上月时间
- if($_GPC['reports_index'] == 3){
- $lastmonth['lt'] = strtotime(date('Y-m-01 00:00:00')) - 1;
-
- $month=date('m') - 1;
- $year=date('Y');
- if($month==1 || $month==3 || $month==5|| $month==7 ||$month==8 || $month==10 ||$month==12 ){
- //31天
- $lastmonth['egt'] = strtotime(date('Y-m-01 00:00:00')) - 31*24*60*60;
-
- }elseif($month==4 || $month==6 ||$month==9 ||$month==11){
- //30天
- $lastmonth['egt'] = strtotime(date('Y-m-01 00:00:00')) - 30*24*60*60;
-
- }else{
- if($year % 4){
- //29天
- $lastmonth['egt'] = strtotime(date('Y-m-01 00:00:00')) - 29*24*60*60;
-
- }else{
- //28天
- $lastmonth['egt'] = strtotime(date('Y-m-01 00:00:00')) - 28*24*60*60;
-
- }
- }
-
- //每天所以订单
- $day_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$lastmonth['egt']." and date_added < ".$lastmonth['lt']." ".$condition." group by date order by date asc");
-
-
- //总单数和下单金额
- $zongdanshu = 0;
- $zongxiadan = 0;
- foreach($day_info as $val1) {
-
- $zongdanshu += $val1['count'];
- $zongxiadan += $val1['total']+$val1['shipping_fare']-$val1['voucher_credit']-$val1['fullreduction_money'];
-
- }
-
- //有订单的所有日期
- $day_info2 = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$lastmonth['egt']." and date_added < ".$lastmonth['lt']." ".$condition." group by date order by date asc");
-
- foreach($day_info2 as $key =>$day) {
-
- $day["egt"]=strtotime(date($day["date"],time()));
- $day["lt"]=$day["egt"]+(60*60*24)-1;
-
- //每天退款单数
- $day_info3 = M()->query("select count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$day['egt']." and date_added < ".$day['lt']." ".$condition." and (order_status_id in (7,8,9,10,12,13))");
-
- if($day_info3){
- $daytui = 0;
- $daytuikuan =0;
- }
-
- //退款单数
- $daytui = $day_info3[0]['count'];
- //退款金额
- $daytuikuan = $day_info3[0]['total']+$day_info3[0]['shipping_fare']-$day_info3[0]['voucher_credit']-$day_info3[0]['fullreduction_money'];
-
-
- //每天取消单数
- $day_info4 = M()->query("select count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$day['egt']." and date_added < ".$day['lt']." ".$condition." and (order_status_id = 5)");
-
- if($day_info4){
- $dayqu = 0;
- $dayquxiao =0;
- }
-
- //取消单数
- $dayqu = $day_info4[0]['count'];
- //取消金额
- $dayquxiao = $day_info4[0]['total']+$day_info4[0]['shipping_fare']-$day_info4[0]['voucher_credit']-$day_info4[0]['fullreduction_money'];
-
-
- $daylist[$key] = array(
- 'daytui' => $daytui,
- 'daytuikuan' => $daytuikuan,
- 'dayqu' => $dayqu,
- 'dayquxiao' => $dayquxiao,
-
- );
- }
-
- $list = array();
- $list['day_info'] = $day_info;
- //合并两个数组
- $list2 = array();
- foreach($list['day_info'] as $k=>$v){
- $list2[] = array_merge($v,$daylist[$k]);
- }
-
- //退款
- $cancel_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$lastmonth['egt']." and date_added < ".$lastmonth['lt']." ".$condition." and (order_status_id in (7,8,9,10,12,13)) group by date order by date asc");
-
-
- $zongtuishu =0;
- $tuikuan =0;
- foreach($cancel_info as $val2) {
-
- $zongtuishu += $val2['count'];
- $tuikuan += $val2['total']+$val2['shipping_fare']-$val2['voucher_credit']-$val2['fullreduction_money'];
- }
-
- //小计
- $subtotal_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$lastmonth['egt']." and date_added < ".$lastmonth['lt']." ".$condition." and (order_status_id in (1,2,3,4,6,11,14)) group by date order by date asc");
- $xaiojishu =0;
- $xaioji =0;
- foreach($subtotal_info as $val3) {
-
- $xaiojishu += $val3['count'];
- $xaioji += $val3['total']+$val3['shipping_fare']-$val3['voucher_credit']-$val3['fullreduction_money'];
- }
-
- //取消订单
- $quxiao_info = M()->query("select from_unixtime( date_added, '%Y-%m-%d' ) as date, count( * ) as count,sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money,sum(score_for_money) as score_for_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$lastmonth['egt']." and date_added < ".$lastmonth['lt']." ".$condition." and (order_status_id = 5) group by date order by date asc");
-
-
- $quxiaoshu =0;
- $quxiao =0;
- foreach($quxiao_info as $val4) {
-
- $quxiaoshu += $val4['count'];
- $quxiao += $val4['total']+$val4['shipping_fare']-$val4['voucher_credit']-$val4['fullreduction_money'];
- }
-
- $tabid = 3;
- }
-
-
- if( isset($_GPC['is_export']) && $_GPC['is_export'] == 1 )
- {
- $columns = array(
- array('title' => '下单日期', 'field' => 'date', 'width' => 32),
- array('title' => '订单数', 'field' => 'count', 'width' => 32),
- array('title' => '下单金额', 'field' => 'order_amount', 'width' => 32),
- array('title' => '退款笔数', 'field' => 'daytui', 'width' => 32),
- array('title' => '退款金额', 'field' => 'daytuikuan', 'width' => 32),
- array('title' => '取消笔数', 'field' => 'dayqu', 'width' => 32),
- array('title' => '取消金额', 'field' => 'dayquxiao', 'width' => 32),
- array('title' => '小计', 'field' => 'order_ji', 'width' => 32),
- );
-
- $exportlist = array();
-
- foreach($list2 as $k => $w){
- $tmp_exval = array();
- $tmp_exval['date'] = $w['date'];
- $tmp_exval['count'] = $w["count"];
-
- $order_amount = $w['total']+$w['shipping_fare']-$w['voucher_credit']-$w['fullreduction_money']-$W['score_for_money'];
- $order_amount = sprintf("%.2f",$order_amount);
-
- $tmp_exval['order_amount'] = $order_amount;
- $tmp_exval['daytui'] = $w['daytui'];
- $tmp_exval['daytuikuan'] = $w['daytuikuan'];
- $tmp_exval['dayqu'] = $w['dayqu'];
-
- $w["dayquxiao"] = sprintf("%.2f",$w["dayquxiao"]);
- $tmp_exval['dayquxiao'] = $w['dayquxiao'];
-
- $order_ji = $order_amount - $w["daytuikuan"]-$w["dayquxiao"];
- $order_ji = sprintf("%.2f",$order_ji);
-
- $tmp_exval['order_ji'] = $order_ji;
-
- $exportlist[] = $tmp_exval;
- }
-
- $title = '本周营业数据';
-
- if( isset($_GPC['reports_index']) && $_GPC['reports_index'] == 0)
- {
- $title = '本周营业数据';
- }else if( isset($_GPC['reports_index']) && $_GPC['reports_index'] == 1 ){
- $title = '上周营业数据';
- }else if( isset($_GPC['reports_index']) && $_GPC['reports_index'] == 2 ){
- $title = '本月营业数据';
- }else if( isset($_GPC['reports_index']) && $_GPC['reports_index'] == 3 ){
- $title = '上月营业数据';
- }
-
-
- D('Seller/Excel')->export($exportlist, array('title' => $title, 'columns' => $columns));
- }
-
-
- $this->lastmonth = $lastmonth;
- $this->zongdanshu = $zongdanshu;
- $this->zongxiadan = $zongxiadan;
- $this->day_info = $day_info;
-
- $this->day_info2 = $day_info2;
- $this->list = $list;
- $this->list2 = $list2;
- $this->zongtuishu = $zongtuishu;
- $this->tuikuan = $tuikuan;
- $this->cancel_info = $cancel_info;
-
- $this->subtotal_info = $subtotal_info;
- $this->xaiojishu = $xaiojishu;
- $this->xaioji = $xaioji;
-
-
- $this->quxiao_info = $quxiao_info;
- $this->quxiaoshu = $quxiaoshu;
- $this->quxiao = $quxiao;
-
- $this->tabid = $tabid;
-
-
-
- $this->_GPC = $_GPC;
-
-
- $this->display();
- }
-
-
- public function datastatics()
- {
- $_GPC = I('request.');
- $condition = ' 1 ';
- //$pindex = max(1, intval($_GPC['page']));
- //$psize = 10;
-
- //下单金额(元) sum_money
- //下单会员数 sum_member
- //下单量 sum_order
- //下单商品数 sum_goods
- //平均价格 ave_money
- //新增会员 add_member
- //会员数量 member_num
- //新增供货商 add_supplier
- //新增团长 add_head
- //新增商品 add_goods
-
- //今天开始时间
-
- $today = array();
- $today['egt'] = strtotime(date('Y-m-d 00:00:00'));
- $today['lt'] = strtotime(date('Y-m-d 23:59:59'));
-
- //今天所以订单
- $day_info = M()->query("select count( * ) as count from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$today['egt']." and date_added < ".$today['lt']." and ".$condition );
-
- $day_info2 = M()->query("select total as total,member_id as member_id,shipping_fare as shipping_fare,voucher_credit as voucher_credit,fullreduction_money as fullreduction_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$today['egt']." and date_added < ".$today['lt']." and ".$condition);
-
- $list = array();
- $sum_money = 0;
- foreach($day_info2 as $key =>$val1) {
-
- //下单金额(元)sum_money
- $sum_money += $val1['total']+$val1['shipping_fare']-$val1['voucher_credit']-$val1['fullreduction_money'];
-
- $list[$key] = array(
- 'member_id' => $val1['member_id'],
- );
- }
-
- //下单量sum_order
- $sum_order = $day_info[0]['count'];
-
- //下单会员数sum_member
- $result = array_unique($list, SORT_REGULAR);
- $sum_member = sizeof($result,0);
-
- //下单商品数sum_goods
- $goods = M()->query("select goods_id as goods_id from ".C('DB_PREFIX')."lionfish_comshop_order_goods where addtime > ".$today['egt']." and addtime < ".$today['lt']." and ".$condition);
- $list1 = array_unique($goods, SORT_REGULAR);
- $sum_goods = sizeof($list1,0);
-
- //平均价格 ave_money 下单金额/下单量
- if(empty($sum_order)){
- $ave_money = 0;
- }else{
- $ave_money =($sum_money)/($sum_order);
- $ave_money = sprintf("%.3f",$ave_money);
- }
-
- //新增会员add_member
-
- $add_member = M()->query("select count( * ) as count from ".C('DB_PREFIX')."lionfish_comshop_member where create_time > ".$today['egt']." and create_time < ".$today['lt']." and ".$condition);
- $add_member = $add_member[0]['count'];
-
- //会员数量member_num
- $member_num = M()->query("select count( * ) as count from ".C('DB_PREFIX')."lionfish_comshop_member where ".$condition,
- array(':uniacid' => $_W['uniacid'] ));
- $member_num = $member_num[0]['count'];
-
- //新增供货商add_supplier
- $add_supplier = M()->query("select count( * ) as count from ".C('DB_PREFIX')."lionfish_comshop_supply where addtime > ".$today['egt']." and addtime < ".$today['lt']." and ".$condition );
- $add_supplier = $add_supplier[0]['count'];
-
- //新增团长add_head
-
- $add_head = M()->query("select count( * ) as count from ".C('DB_PREFIX')."lionfish_community_head where addtime > ".$today['egt']." and addtime < ".$today['lt']." and ".$condition );
- $add_head = $add_head[0]['count'];
-
- //新增商品add_goods
-
- $add_goods = M()->query("select count( * ) as count from ".C('DB_PREFIX')."lionfish_comshop_goods where addtime > ".$today['egt']." and addtime < ".$today['lt']." and ".$condition );
- $add_goods = $add_goods[0]['count'];
- //今日销售走势
-
- $todaytime = array();
- $todaytime['egt'] = strtotime(date('Y-m-d 00:00:00'));
- $todaytime['lt'] = strtotime(date('Y-m-d 23:59:59'));
-
- $today_sales = array();
-
- for($i = 0;$i <= 23; $i++){
-
- $todaytime['egt'] = strtotime(date('Y-m-d 00:00:00'));
-
- $todaytime['egt'] = $todaytime['egt']+$i*60*60;
- $todaytime['lt'] = $todaytime['egt']+60*60-1;
-
-
- //有效销售额
- $list = M()->query("select sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$todaytime['egt']." and date_added < ".$todaytime['lt']." and ".$condition." and (order_status_id in (1,2,3,4,6,11,14))" );
-
- if(empty($list[0]['total'])){
- $val = 0;
- }else{
- $val = $list[0]['total']+$list[0]['shipping_fare']-$list[0]['voucher_credit']-$list[0]['fullreduction_money'];
-
- }
-
- $today_sales[$i] = $val;
-
- }
-
-
-
-
- //昨日销售走势
-
- $yestertime = array();
- $yestertime['egt'] = strtotime(date('Y-m-d 00:00:00')) - 24*60*60;
- $yestertime['lt'] = strtotime(date('Y-m-d 00:00:00')) - 1;
-
- $yesterday_sales = array();
-
- for($i = 0;$i <= 23; $i++){
-
- $yestertime['egt'] = strtotime(date('Y-m-d 00:00:00')) - 24*60*60;
-
- $yestertime['egt'] = $yestertime['egt']+$i*60*60;
- $yestertime['lt'] = $yestertime['egt']+60*60-1;
-
-
- //有效销售额
- $list1 = M()->query("select sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$yestertime['egt']." and date_added < ".$yestertime['lt']." and ".$condition." and (order_status_id in (1,2,3,4,6,11,14))" );
-
- if(empty($list1[0]['total'])){
- $val1 = 0;
- }else{
- $val1 = $list1[0]['total']+$list1[0]['shipping_fare']-$list1[0]['voucher_credit']-$list1[0]['fullreduction_money'];
-
- }
-
- $yesterday_sales[$i] = $val1;
-
- }
-
-
-
-
-
-
-
- //七天的时间
- $sevenday = array();
-
- $sevenday['egt'] = strtotime(date('Y-m-d 00:00:00'))-6*24*60*60;
- $sevenday['lt'] = strtotime(date('Y-m-d 23:59:59'));
- //7日内团长销量top10
-
- $sevenday_sale = M()->query("select head_id as head_id from ".C('DB_PREFIX')."lionfish_comshop_order where date_added > ".$sevenday['egt']." and date_added < ".$sevenday['lt']." and ".$condition);
- //所有团长id
- $sale = array();
- foreach($sevenday_sale as $key =>$v) {
- $sale[$key] = array(
- 'head_id' => $v['head_id'],
- );
- }
- //合并数据,唯一团长id
- $sale = array_unique($sale, SORT_REGULAR);
-
- //var_dump($sale);
-
- //var_dump($sale);
- //获取供应信息
- $sale_list = array();
- foreach($sale as $key =>$v) {
-
- //社区店名称
- $sale1 = M()->query("select community_name as community_name ,head_name as head_name from ".C('DB_PREFIX')."lionfish_community_head where id = ".$v['head_id']." and ".$condition);
- //var_dump($sale1);
- //团长
- //订单数量
- $sale2 = M()->query("select count( * ) as count from ".C('DB_PREFIX')."lionfish_comshop_order where(head_id = ".$v['head_id'].") and date_added > ".$sevenday['egt']." and date_added < ".$sevenday['lt']." and ".$condition);
- //var_dump($sale2);
- //有效订单金额(元)
-
- $sale3 = M()->query("select sum(total) as total,sum(shipping_fare) as shipping_fare,sum(voucher_credit) as voucher_credit,sum(fullreduction_money) as fullreduction_money from ".C('DB_PREFIX')."lionfish_comshop_order where (head_id = ".$v['head_id'].") and date_added > ".$sevenday['egt']." and date_added < ".$sevenday['lt']." and ".$condition );
-
-
- //有效订单金额(元)sum_money
- $sale_money = $sale3[0]['total']+$sale3[0]['shipping_fare']-$sale3[0]['voucher_credit']-$sale3[0]['fullreduction_money'];
-
-
- $sale_list[$key] = array(
- 'community_name' => $sale1[0]['community_name'],
- 'head_name' => $sale1[0]['head_name'],
- 'count' => $sale2[0]['count'],
- 'sale_money' => $sale_money,
-
- );
-
- }
-
-
- //数组重新排序
- $count = array_column($sale_list,'count');
- array_multisort($count,SORT_DESC,$sale_list);
-
- $this->sale_list = $sale_list;
- //7日内商品销量top10
- $sevenday_info = M()->query("select goods_id as goods_id,name as name,quantity as quantity from ".C('DB_PREFIX')."lionfish_comshop_order_goods where addtime > ".$sevenday['egt']." and addtime < ".$sevenday['lt']." and ".$condition." order by quantity desc ");
- //所有商品id
- $info = array();
- foreach($sevenday_info as $key =>$v) {
- $info[$key] = array(
- 'goods_id' => $v['goods_id'],
- //'quantity' => $v['quantity'],
- );
- }
-
-
- //合并数据,唯一商品id
- $info = array_unique($info, SORT_REGULAR);
-
- //唯一商品id获取对应信息
- $goods_statistic = array();
- foreach($info as $key =>$v) {
- $info2 = M()->query("select sum(quantity) as quantity ,name as name from ".C('DB_PREFIX')."lionfish_comshop_order_goods where( goods_id = ".$v['goods_id'].") and addtime > ".$sevenday['egt']." and addtime < ".$sevenday['lt']." and ".$condition);
- $goods_statistic[$key]=array(
- 'goods_id' => $v['goods_id'],
- 'name' => $info2[0]['name'],
- 'quantity' => $info2[0]['quantity'],
- );
- }
- //序号
- $gid = 0;
- //数组重新排序
- $quantity = array_column($goods_statistic,'quantity');
- array_multisort($quantity,SORT_DESC,$goods_statistic);
-
- $this->day_info = $day_info;
-
- $this->day_info2 = $day_info2;
- $this->sum_money = $sum_money;
- $this->sum_order = $sum_order;
- $this->sum_member = $sum_member;
- $this->list1 = $list1;
- $this->sum_goods = $sum_goods;
- $this->ave_money = $ave_money;
- $this->add_member = $add_member;
- $this->member_num = $member_num;
- $this->add_supplier = $add_supplier;
- $this->add_head = $add_head;
- $this->add_goods = $add_goods;
- $this->todaytime = $todaytime;
- $this->today_sales = $today_sales;
- $this->yestertime = $yestertime;
- $this->yesterday_sales = $yesterday_sales;
- $this->sevenday = $sevenday;
- $this->sevenday_sale = $sevenday_sale;
- $this->sale = $sale;
- $this->count = $count;
- $this->sevenday_info = $sevenday_info;
- $this->info = $info;
- $this->goods_statistic = $goods_statistic;
-
-
- $this->_GPC = $_GPC;
- include $this->display();
- }
-
- public function communitystatics()
- {
- $_GPC = I('request.');
-
- $starttime = strtotime( date('Y-m-d').' 00:00:00' );
- $endtime = $starttime + 86400;
-
- $searchtime = $_GPC['searchtime'];
- $keyword = $_GPC['keyword'];
-
- if( !empty($searchtime) )
- {
- $starttime = isset($_GPC['time']['start']) ? strtotime($_GPC['time']['start']) : strtotime(date('Y-m-d'.' 00:00:00'));
- $endtime = isset($_GPC['time']['end']) ? strtotime($_GPC['time']['end']) : strtotime(date('Y-m-d'.' 23:59:59'));
- }
- $this->starttime = $starttime;
- $this->endtime = $endtime;
- $this->searchtime = $searchtime;
- $this->keyword = $keyword;
-
- //0 3
- $type = isset($_GPC['type']) ? $_GPC['type'] : 0;
-
- $data = array();
-
- $data = $this->head_sale_analys($keyword,$searchtime , $starttime , $endtime );
-
-
- $this->type = $type;
-
- $this->data = $data;
- $this->_GPC = $_GPC;
-
- $this->display();
- }
-
- public function communitystatics_commiss()
- {
- $_GPC = I('request.');
-
- $starttime = strtotime( date('Y-m-d').' 00:00:00' );
- $endtime = $starttime + 86400;
-
- $searchtime = $_GPC['searchtime'];
- $keyword = $_GPC['keyword'];
-
- if( !empty($searchtime) )
- {
- $starttime = isset($_GPC['time']['start']) ? strtotime($_GPC['time']['start']) : strtotime(date('Y-m-d'.' 00:00:00'));
- $endtime = isset($_GPC['time']['end']) ? strtotime($_GPC['time']['end']) : strtotime(date('Y-m-d'.' 23:59:59'));
- }
- //0 3
- $type = isset($_GPC['type']) ? $_GPC['type'] : 0;
-
- $data = array();
-
-
-
- $data = $this->head_commiss_analys($keyword,$searchtime , $starttime , $endtime );
-
- $this->starttime = $starttime;
- $this->endtime = $endtime;
- $this->searchtime = $searchtime;
- $this->keyword = $keyword;
-
- $this->type = $type;
- $this->data = $data;
- $this->_GPC = $_GPC;
-
- include $this->display();
- }
-
- public function communitystatics_order()
- {
- $_GPC = I('request.');
-
- $starttime = strtotime( date('Y-m-d').' 00:00:00' );
- $endtime = $starttime + 86400;
-
- $searchtime = $_GPC['searchtime'];
- $keyword = $_GPC['keyword'];
-
- if( !empty($searchtime) )
- {
- $starttime = isset($_GPC['time']['start']) ? strtotime($_GPC['time']['start']) : strtotime(date('Y-m-d'.' 00:00:00'));
- $endtime = isset($_GPC['time']['end']) ? strtotime($_GPC['time']['end']) : strtotime(date('Y-m-d'.' 23:59:59'));
- }
- //0 3
- $type = isset($_GPC['type']) ? $_GPC['type'] : 0;
-
- $data = array();
-
- $data = $this->head_order_analys($keyword,$searchtime , $starttime , $endtime );
-
-
- $this->starttime = $starttime;
- $this->endtime = $endtime;
- $this->searchtime = $searchtime;
- $this->keyword = $keyword;
-
- $this->type = $type;
- $this->data = $data;
- $this->_GPC = $_GPC;
-
- include $this->display();
- }
-
-
- private function head_order_analys()
- {
- $_GPC = I('request.');
-
- $data = array();
- //1、寻找团长
-
- $where = " ";
- if( !empty($searchtime) )
- {
- $where .= " and date_added >= {$starttime} and date_added <= {$endtime} ";
- }
-
- $sql = "select head_id from ".C('DB_PREFIX')."lionfish_comshop_order where 1 {$where} group by head_id ";
-
- $order_ids_all = M()->query($sql);
-
- $head_ids_arr = array();
-
- if( !empty($order_ids_all) )
- {
- foreach( $order_ids_all as $val )
- {
- $head_ids_arr[] = $val['head_id'];
- }
- }
-
- $search_head_list = array();
-
- if( !empty($keyword) )
- {
- $sql = " SELECT ch.id FROM " . C('DB_PREFIX') . "lionfish_community_head as ch left join ".C('DB_PREFIX')."lionfish_comshop_member as m on ch.member_id = m.member_id
- WHERE (m.username like '%{$keyword}%' or ch.head_name like '%{$keyword}%' or ch.community_name like '%{$keyword}%' ) ";
-
-
- $community_head_list = M()->query( $sql );
-
- if( !empty($community_head_list) )
- {
- foreach( $community_head_list as $val )
- {
- $search_head_list[] = $val['id'];
- }
- }
- //交集
- $head_ids_arr = array_intersect($head_ids_arr, $search_head_list);
- }
-
- //----------------以上是搜索团长的代码
-
- //---------------团长等级begin-------------
- $level_sql = "select * from ".C('DB_PREFIX')."lionfish_comshop_commission_level where 1 ";
-
- $level_list = M()->query($level_sql);
-
- $level_arr = array(0 => '默认等级');
-
- foreach( $level_list as $vv )
- {
- $level_arr[ $v['id'] ] = $vv['levelname'];
- }
-
- //---------------团长等级end---------------
-
-
- if( empty($head_ids_arr) )
- {
- return $data;
- }else{
-
- foreach($head_ids_arr as $head_id)
- {
- $tmp = array();
-
- $head_info = M('lionfish_community_head')->where( array('id' => $head_id ) )->find();
-
- if( empty($head_info['member_id']) )
- {
- continue;
- }
-
- $mb_info = M('lionfish_comshop_member')->field('username')->where( array('member_id' => $head_info['member_id'] ) )->find();
-
- $tmp['head_id'] = $head_id;
- $tmp['username'] = $mb_info['username'];
-
-
- $tmp['community_name'] = $head_info['community_name'];
- $tmp['head_name'] = $head_info['head_name'];
- $tmp['head_mobile'] = $head_info['head_mobile'];
- $tmp['head_levelname'] = $level_arr[ $head_info['level_id'] ];
-
- //总订单量 in(1,4,6,11,14) 退款: 7,
-
- $all_order_count = M('lionfish_comshop_order')->where( "head_id = {$head_id} {$where}" )->count();
-
- $tmp['all_order_count'] = $all_order_count;
- //有效订单量
- $effect_order_count = M('lionfish_comshop_order')->where( " head_id = {$head_id} and order_status_id in (1,4,6,11,14) {$where}" )->count();
-
- $tmp['effect_order_count'] = $effect_order_count;
- //已关闭订单量
-
- $close_order_count = M('lionfish_comshop_order')->where( " head_id = {$head_id} and order_status_id =5 {$where} " )->count();
-
- $tmp['close_order_count'] = $close_order_count;
- //订单总金额(元)
-
- $all_order_paymoney = M('lionfish_comshop_order')->where("head_id = {$head_id} {$where}")->sum("total+shipping_fare-voucher_credit-fullreduction_money");
-
- $tmp['all_order_paymoney'] = $all_order_paymoney;
-
- //有效订单金额(元)
- $effect_order_paymoney = M('lionfish_comshop_order')->where("head_id = {$head_id} and order_status_id in(1,4,6,11,14) {$where}")->sum("total+shipping_fare-voucher_credit-fullreduction_money");
-
- $tmp['effect_order_paymoney'] = $effect_order_paymoney;
-
- //待付款量
- $pending_order_count = M('lionfish_comshop_order')->where( " head_id = {$head_id} and order_status_id =3 {$where} " )->count();
-
- $tmp['pending_order_count'] = $pending_order_count;
-
-
-
- //退款量
- $refund_order_count = M('lionfish_comshop_order')->where(" head_id = {$head_id} and order_status_id =7 {$where} ")->count();
-
- $tmp['refund_order_count'] = $refund_order_count;
- //退款总金额(元)
- $refund_order_paymoney = M('lionfish_comshop_order')->where(" head_id = {$head_id} and order_status_id =7 {$where} ")->sum("total+shipping_fare-voucher_credit-fullreduction_money");
-
- $tmp['refund_order_paymoney'] = $refund_order_paymoney;
-
-
- $data[] = $tmp;
- }
-
- if( isset($_GPC['export']) && $_GPC['export'] == 1 )
- {
- $columns = array(
- array('title' => 'ID', 'field' => 'head_id', 'width' => 32),
- array('title' => '团长昵称', 'field' => 'username', 'width' => 32),
- array('title' => '团长姓名', 'field' => 'head_name', 'width' => 32),
- array('title' => '团长手机号', 'field' => 'head_mobile', 'width' => 32),
- array('title' => '小区信息', 'field' => 'community_name', 'width' => 32),
- array('title' => '总订单量', 'field' => 'all_order_count', 'width' => 32),
- array('title' => '有效订单量', 'field' => 'effect_order_count', 'width' => 32),
- array('title' => '已关闭订单量', 'field' => 'close_order_count', 'width' => 32),
- array('title' => '订单总金额(元)', 'field' => 'all_order_paymoney', 'width' => 32),
- array('title' => '有效订单金额(元)', 'field' => 'effect_order_paymoney', 'width' => 32),
- array('title' => '待付款量', 'field' => 'pending_order_count', 'width' => 32),
- array('title' => '退款量', 'field' => 'refund_order_count', 'width' => 32),
- array('title' => '退款总金额(元)', 'field' => 'refund_order_paymoney', 'width' => 32),
- );
-
- $title = '团长销售额统计';
-
- D('Seller/Excel')->export($data, array('title' => $title, 'columns' => $columns));
-
- }
- }
-
- return $data;
-
-
- }
-
-
- private function head_commiss_analys( $keyword,$searchtime , $starttime , $endtime )
- {
- $_GPC = I('request.');
-
- $data = array();
- //1、寻找团长
-
- $where = " 1 ";
- $tj_where = " ";
- if( !empty($searchtime) )
- {
- $where .= " and date_added >= {$starttime} and date_added <= {$endtime} ";
-
- $tj_where .= " and addtime >= {$starttime} and addtime <= {$endtime} ";
- }
-
- $sql = "select head_id from ".C('DB_PREFIX')."lionfish_comshop_order where {$where} group by head_id ";
-
- $order_ids_all = M()->query($sql);
-
-
-
- $head_ids_arr = array();
-
- if( !empty($order_ids_all) )
- {
- foreach( $order_ids_all as $val )
- {
- $head_ids_arr[] = $val['head_id'];
- }
- }
-
- $search_head_list = array();
-
- if( !empty($keyword) )
- {
-
- $sql = " SELECT ch.id FROM " . C('DB_PREFIX'). "lionfish_community_head as ch left join ".C('DB_PREFIX')."lionfish_comshop_member as m on ch.member_id = m.member_id
- WHERE (m.username like '%{$keyword}%' or ch.head_name like '%{$keyword}%' or ch.community_name like '%{$keyword}%' ) ";
-
-
- $community_head_list = M()->query( $sql );
-
- //var_dump($community_head_list,$sql);die();
-
- if( !empty($community_head_list) )
- {
- foreach( $community_head_list as $val )
- {
- $search_head_list[] = $val['id'];
- }
- }
- //交集
- $head_ids_arr = array_intersect($head_ids_arr, $search_head_list);
- }
-
-
-
- //----------------以上是搜索团长的代码
-
- //---------------团长等级begin-------------
- $level_sql = "select * from ".C('DB_PREFIX')."lionfish_comshop_commission_level ";
-
- $level_list = M()->query($level_sql);
-
- $level_arr = array(0 => '默认等级');
-
- foreach( $level_list as $vv )
- {
- $level_arr[ $v['id'] ] = $vv['levelname'];
- }
-
- //---------------团长等级end---------------
-
-
- if( empty($head_ids_arr) )
- {
- return $data;
- }else{
-
- foreach($head_ids_arr as $head_id)
- {
- $tmp = array();
-
- $head_info = M('lionfish_community_head')->where( array('id' => $head_id ) )->find();
-
- if( empty($head_info['member_id']) )
- {
- continue;
- }
- //ims_lionfish_comshop_member
-
- $mb_info = M('lionfish_comshop_member')->field('username')->where( array('member_id' => $head_info['member_id'] ) )->find();
-
- $tmp['head_id'] = $head_id;
- $tmp['username'] = $mb_info['username'];
- $tmp['community_name'] = $head_info['community_name'];
- $tmp['head_name'] = $head_info['head_name'];
- $tmp['head_mobile'] = $head_info['head_mobile'];
- $tmp['head_levelname'] = $level_arr[ $head_info['level_id'] ];
-
- $head_commiss = M('lionfish_community_head_commiss')->where( array('head_id' =>$head_id ) )->find();
-
- //下单佣金(元) orderbuy (1,2)
- $sum_order_commiss = M('lionfish_community_head_commiss_order')->where("head_id = {$head_id} and state in (1,2) and type = 'orderbuy' {$tj_where}")->sum('money');
-
- $tmp['sum_order_commiss'] = $sum_order_commiss;
- //退款佣金(元) orderbuy(2)
- $sum_order_refundcommiss = M('lionfish_community_head_commiss_order')->where(" head_id = {$head_id} and state = 2 and type = 'orderbuy' {$tj_where} ")->sum('money');
-
- $tmp['sum_order_refundcommiss'] = $sum_order_refundcommiss;
-
- //下级下单佣金(元) commiss tuijian (1,2)
- $childsum_order_commiss = M('lionfish_community_head_commiss_order')->where(" head_id = {$head_id} and state in (1,2) and type in('commiss', 'tuijian') {$tj_where} ")->sum('money');
-
- $tmp['childsum_order_commiss'] = $childsum_order_commiss;
-
- //下级退款佣金(元) commiss tuijian (2)
- $childsum_order_refundcommiss = M('lionfish_community_head_commiss_order')->where("head_id = {$head_id} and state = 2 and type in('commiss', 'tuijian') {$tj_where}")->sum('money');
-
- $tmp['childsum_order_refundcommiss'] = $childsum_order_refundcommiss;
-
- //净佣金(元)
- $real_commiss_money = $sum_order_commiss + $childsum_order_commiss - $sum_order_refundcommiss - $childsum_order_refundcommiss;
- $tmp['real_commiss_money'] = $real_commiss_money;
-
- //申请提现佣金(元)
- $tmp['dongmoney'] = $head_commiss['dongmoney'];
- //提现到帐佣金(元)
- $tmp['getmoney'] = $head_commiss['getmoney'];
-
- $data[] = $tmp;
- }
-
- if( isset($_GPC['export']) && $_GPC['export'] == 1 )
- {
- $columns = array(
- array('title' => 'ID', 'field' => 'head_id', 'width' => 32),
- array('title' => '团长昵称', 'field' => 'username', 'width' => 32),
- array('title' => '团长姓名', 'field' => 'head_name', 'width' => 32),
- array('title' => '团长手机号', 'field' => 'head_mobile', 'width' => 32),
- array('title' => '小区信息', 'field' => 'community_name', 'width' => 32),
- array('title' => '团长等级', 'field' => 'head_levelname', 'width' => 32),
- array('title' => '下单佣金(元)', 'field' => 'sum_order_commiss', 'width' => 32),
- array('title' => '退款佣金(元)', 'field' => 'sum_order_refundcommiss', 'width' => 32),
- array('title' => '下级下单佣金(元)', 'field' => 'childsum_order_commiss', 'width' => 32),
- array('title' => '下级退款佣金(元)', 'field' => 'childsum_order_refundcommiss', 'width' => 32),
- array('title' => '净佣金(元)', 'field' => 'real_commiss_money', 'width' => 32),
- array('title' => '申请提现佣金(元)', 'field' => 'dongmoney', 'width' => 32),
- array('title' => '提现到帐佣金(元)', 'field' => 'getmoney', 'width' => 32),
- );
-
- $title = '团长佣金金额统计';
-
- D('Seller/Excel')->export($data, array('title' => $title, 'columns' => $columns));
-
- }
-
- return $data;
- }
- }
-
- //团长销售额统计
- private function head_sale_analys( $keyword,$searchtime , $starttime , $endtime )
- {
- $_GPC = I('request.');
-
- $data = array();
- //1、寻找团长
-
- $where = " ";
- $refund_where = " ";
- if( !empty($searchtime) )
- {
- $where .= " and date_added >= {$starttime} and date_added <= {$endtime} ";
-
- $refund_where .= " and addtime >= {$starttime} and addtime <= {$endtime} ";
- }
-
- $sql = "select head_id from ".C('DB_PREFIX')."lionfish_comshop_order where 1 {$where} group by head_id ";
-
- $order_ids_all = M()->query($sql);
-
- $head_ids_arr = array();
-
- if( !empty($order_ids_all) )
- {
- foreach( $order_ids_all as $val )
- {
- $head_ids_arr[] = $val['head_id'];
- }
- }
-
- $search_head_list = array();
-
- if( !empty($keyword) )
- {
- $sql = " SELECT ch.id FROM " . C('DB_PREFIX'). "lionfish_community_head as ch left join ".C('DB_PREFIX')."lionfish_comshop_member as m on ch.member_id = m.member_id
- WHERE (m.username like '%{$keyword}%' or ch.head_name like '%{$keyword}%' or ch.community_name like '%{$keyword}%' ) ";
-
-
- $community_head_list = M()->query( $sql );
-
- if( !empty($community_head_list) )
- {
- foreach( $community_head_list as $val )
- {
- $search_head_list[] = $val['id'];
- }
- }
- //交集
- $head_ids_arr = array_intersect($head_ids_arr, $search_head_list);
- }
-
- //----------------以上是搜索团长的代码
-
- //---------------团长等级begin-------------
- $level_sql = "select * from ".C('DB_PREFIX')."lionfish_comshop_commission_level ";
-
- $level_list = M()->query($level_sql );
-
- $level_arr = array(0 => '默认等级');
-
- foreach( $level_list as $vv )
- {
- $level_arr[ $v['id'] ] = $vv['levelname'];
- }
-
- //---------------团长等级end---------------
-
-
- if( empty($head_ids_arr) )
- {
- return $data;
- }else{
-
- foreach($head_ids_arr as $head_id)
- {
- $tmp = array();
-
- $head_info = M('lionfish_community_head')->where( array('id' => $head_id ) )->find();
-
- if( empty($head_info['member_id']) )
- {
- continue;
- }
-
- $mb_info = M('lionfish_comshop_member')->field('username')->where( array('member_id' => $head_info['member_id'] ) )->find();
-
- $tmp['head_id'] = $head_id;
- $tmp['username'] = $mb_info['username'];
- $tmp['community_name'] = $head_info['community_name'];
- $tmp['head_name'] = $head_info['head_name'];
- $tmp['head_mobile'] = $head_info['head_mobile'];
- $tmp['head_levelname'] = $level_arr[ $head_info['level_id'] ];
-
- //下单会员数(支付的+退款的)
- $buy_mb_count_arr = M()->query("SELECT count( DISTINCT(member_id) ) as count FROM ".C('DB_PREFIX').
- "lionfish_comshop_order WHERE 1 and head_id = {$head_id} and order_status_id in(1,4,6,7,11,14) {$where} ");
-
- $buy_mb_count = $buy_mb_count_arr[0]['count'];
-
- $tmp['buy_mb_count'] = $buy_mb_count;
-
- //下单数量(支付的+退款的)
-
- $buy_order_count = M('lionfish_comshop_order')->where(" head_id = {$head_id} and order_status_id in(1,4,6,7,11,14) {$where} ")->count();
-
- $tmp['buy_order_count'] = $buy_order_count;
- //销售额(支付的+退款的)
-
- $sum_order_paymoney = M('lionfish_comshop_order')->where("head_id = {$head_id} and order_status_id in(1,4,6,7,11,14) {$where}")->sum('total+shipping_fare-voucher_credit-fullreduction_money');
-
- $tmp['sum_order_paymoney'] = $sum_order_paymoney;
- //退款量(退款成功的)
- $refund_order_count_arr = M()->query("SELECT count( DISTINCT(ref_id) ) as count FROM ".C('DB_PREFIX').
- "lionfish_comshop_order_refund WHERE head_id = {$head_id} and state = 3 {$refund_where} ");
-
- $refund_order_count = $refund_order_count_arr[0]['count'];
-
- $tmp['refund_order_count'] = $refund_order_count;
- //退款额(元)
- $refund_order_money = M('lionfish_comshop_order_refund')->where("head_id = {$head_id} and state = 3 {$refund_where}")->sum('ref_money');
-
-
- $tmp['refund_order_money'] = $refund_order_money;
- //净销售额(元) 销售额 - 退款额 = 净销售额
- $real_sale_money = round($sum_order_paymoney - $refund_order_money,2);
-
- $tmp['real_sale_money'] = $real_sale_money;
-
- $data[] = $tmp;
- }
-
- if( isset($_GPC['export']) && $_GPC['export'] == 1 )
- {
- $columns = array(
- array('title' => 'ID', 'field' => 'head_id', 'width' => 32),
- array('title' => '团长昵称', 'field' => 'username', 'width' => 32),
- array('title' => '团长姓名', 'field' => 'head_name', 'width' => 32),
- array('title' => '团长手机号', 'field' => 'head_mobile', 'width' => 32),
- array('title' => '小区信息', 'field' => 'community_name', 'width' => 32),
- array('title' => '团长等级', 'field' => 'head_levelname', 'width' => 32),
- array('title' => '下单会员数', 'field' => 'buy_mb_count', 'width' => 32),
- array('title' => '下单数量', 'field' => 'buy_order_count', 'width' => 32),
- array('title' => '销售额(元)', 'field' => 'sum_order_paymoney', 'width' => 32),
- array('title' => '退款量', 'field' => 'refund_order_count', 'width' => 32),
- array('title' => '退款额(元)', 'field' => 'refund_order_money', 'width' => 32),
- array('title' => '净销售额(元)', 'field' => 'real_sale_money', 'width' => 32),
- );
-
- $title = '团长销售额统计';
-
- D('Seller/Excel')->export($data, array('title' => $title, 'columns' => $columns));
-
- }
-
- }
-
- return $data;
- }
-
- //找出这段时间团长的方法
- private function head_sale_analys_back( $keyword,$searchtime , $starttime , $endtime )
- {
- $_GPC = I('request.');
-
- $data = array();
- //1、寻找团长
-
- $where = " ";
- if( !empty($searchtime) )
- {
- $where .= " and date_added >= {$starttime} and date_added <= {$endtime} ";
- }
-
- $sql = "select head_id from ".C('DB_PREFIX')."lionfish_comshop_order where 1 {$where} group by head_id ";
-
- $order_ids_all = M()->query($sql );
-
- $head_ids_arr = array();
-
- if( !empty($order_ids_all) )
- {
- foreach( $order_ids_all as $val )
- {
- $head_ids_arr[] = $val['head_id'];
- }
- }
-
- $search_head_list = array();
-
- if( !empty($keyword) )
- {
- $sql = "select id from ".C('DB_PREFIX').
- "lionfish_community_head where (head_name like '%{$keyword}%' or community_name like '%{$keyword}%' ) ";
-
- $community_head_list = M()->query( $sql );
-
- if( !empty($community_head_list) )
- {
- foreach( $community_head_list as $val )
- {
- $search_head_list[] = $val['id'];
- }
- }
- //交集
- $head_ids_arr = array_intersect($head_ids_arr, $search_head_list);
- }
-
- //----------------以上是搜索团长的代码
-
- //---------------团长等级begin-------------
- $level_sql = "select * from ".C('DB_PREFIX')."lionfish_comshop_commission_level ";
-
- $level_list = M()->query($level_sql);
-
- $level_arr = array(0 => '默认等级');
-
- foreach( $level_list as $vv )
- {
- $level_arr[ $v['id'] ] = $vv['levelname'];
- }
-
- //---------------团长等级end---------------
-
-
- if( empty($head_ids_arr) )
- {
- return $data;
- }else{
-
- foreach($head_ids_arr as $head_id)
- {
- $tmp = array();
-
- $head_info = M('lionfish_community_head')->where( array('id' => $head_id ) )->find();
-
- $tmp['community_name'] = $head_info['community_name'];
- $tmp['head_name'] = $head_info['head_name'];
- $tmp['head_mobile'] = $head_info['head_mobile'];
- $tmp['head_levelname'] = $level_arr[ $head_info['level_id'] ];
-
- //下单会员数
- //下单数量
- //销售额
-
- //level_id
-
- $data[] = $tmp;
- }
- }
-
- return $data;
- }
-
- }
- ?>
|