|
|
@@ -12,7 +12,7 @@ class MasterWorkerRetentionMoneyLogLists extends BaseWorkerDataLists
|
|
|
public function queryWhere()
|
|
|
{
|
|
|
$where = [];
|
|
|
- /*if(isset($this->params['action_freeze']) && !empty($this->params['action_freeze'])){
|
|
|
+ if(isset($this->params['action_freeze']) && !empty($this->params['action_freeze'])){
|
|
|
switch ($this->params['action_freeze']){
|
|
|
case 1:
|
|
|
$where[] = ['action','=',1];
|
|
|
@@ -47,7 +47,7 @@ class MasterWorkerRetentionMoneyLogLists extends BaseWorkerDataLists
|
|
|
$firstTime = strtotime($firstDay);
|
|
|
$lastTime = strtotime($lastDay);
|
|
|
$where[] = ['create_time','between',[$firstTime,$lastTime]];
|
|
|
- }*/
|
|
|
+ }
|
|
|
return $where;
|
|
|
}
|
|
|
|