推广平台->数据管理->充值玩家--时间检索范围限制

master
chenxiaojun 5 years ago
commit 757526ea05

@ -1727,7 +1727,7 @@ class QueryController extends BaseController
$begTime = strtotime($initBegTime);
$endTime = strtotime($initEndTime);
$endTime += 3600 * 24;
$nowTime = strtotime(date('Y-m-d 00:00:00', time()));
$nowTime = strtotime($nowTime);
$promote = $this->getLoginPromote();
$levelPromote = $this->getLevelPromote();
@ -1842,7 +1842,7 @@ class QueryController extends BaseController
$this->assign('initBegTime', $initBegTime);
$this->assign('initEndTime', $initEndTime);
$this->assign('sort', $sort);
$this->assign('setdate', $nowTime);
$this->assign('setdate', date('Y-m-d', $nowTime));
$this->display('userRecharges');
}

@ -123,7 +123,7 @@
<i class="iconfont iconsort"></i>
</if>
</th>
<th class="sort" sort-name="recharge_cost_today">日充值
<th class="sort" sort-name="recharge_cost_today">日充值
<if condition="'recharge_cost_today' == I('sort_name', '')">
<if condition="1 == $sort">
<i class="iconfont iconsort-down"></i>
@ -201,6 +201,7 @@ $(function(){
$(".select_gallery").select2();
var date = "{$setdate}";
console.log(date);
$('#sdate').datetimepicker({
format: 'yyyy-mm-dd',
language: "zh-CN",

Loading…
Cancel
Save