edit-sylive-area_rank
This commit is contained in:
@@ -136,10 +136,10 @@ class Sylive_data_entity{
|
||||
}
|
||||
$where = [
|
||||
'activityId' => $a_id,
|
||||
'areaId>' => 0
|
||||
'areaId>' => 0,
|
||||
];
|
||||
$select = "areaId,sum({$filed}) as t";
|
||||
$rows = $this->ci->act_user_model->select_groupby("areaId",$where,"t desc",$page,$size,$select);
|
||||
$rows = $this->ci->mdSytActivityBiz->select_groupby("areaId",$where,"t desc",$page,$size,$select);
|
||||
if($rows){
|
||||
$area_ids = implode(',',array_column($rows,'areaId'));
|
||||
$org_rows = [];
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
<div id="app" ref="app">
|
||||
<div class="container relative bg-no-repeat bg-size-fullwidth bg-pos-top pt30 pb50">
|
||||
<div class="relative bg-fff ml30 mr30 inner30 ulib-r20 box-shadow-darkGray" style="min-height:90vh;">
|
||||
<div class="pt10 pb20 text-center"><b class="font-40 text-italic" v-html="title"></b></div>
|
||||
<div class="pt10 pb20 text-center">
|
||||
<b class="font-40 text-italic" v-html="title"></b>
|
||||
</div>
|
||||
<div class="font-32 color-666" v-for="(item,index) in list">
|
||||
<div class="pt20 pb20 fn-clear">
|
||||
<div class="fn-fl wp70 text-nowrap">
|
||||
|
||||
Reference in New Issue
Block a user