|
|
@ -164,6 +164,7 @@ class FinancialSummarySetController extends \Think\Controller
|
|
|
|
"payed_time"=> array('BETWEEN',array($this->beginThismonth, $this->endThismonth)),
|
|
|
|
"payed_time"=> array('BETWEEN',array($this->beginThismonth, $this->endThismonth)),
|
|
|
|
"pay_status"=>1
|
|
|
|
"pay_status"=>1
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
D("Spend")->addSubsiteWhere($map);
|
|
|
|
$temparr['sum_money'] = $this->DepositModel->field("IFNULL(sum(pay_amount),0) pay_amount")->where($map)->find()['pay_amount'];
|
|
|
|
$temparr['sum_money'] = $this->DepositModel->field("IFNULL(sum(pay_amount),0) pay_amount")->where($map)->find()['pay_amount'];
|
|
|
|
//获取会长充值的平台币
|
|
|
|
//获取会长充值的平台币
|
|
|
|
$map1= array(
|
|
|
|
$map1= array(
|
|
|
|