|
|
@@ -37,8 +37,7 @@ class ExpendController extends BaseController
|
|
|
$currentEndTime = $currentEndDate . ' 23:59:59';
|
|
|
|
|
|
$where = ['mainId' => $this->mainId];
|
|
|
- $where['addTime'] = ['between', [$currentStartTime, $currentEndTime]];
|
|
|
-
|
|
|
+ $where['payTime'] = ['between', [$currentStartTime, $currentEndTime]];
|
|
|
$list = ExpendClass::getAllByCondition($where, null, '*', null);
|
|
|
$arr = [];
|
|
|
$cat = [];
|