|
|
@@ -164,7 +164,7 @@ class StatKindController extends BaseController
|
|
|
|
|
|
$kindStat = [];
|
|
|
|
|
|
- $where = ['mainId' => $mainId, 'status' => 1];
|
|
|
+ $where = ['mainId' => $mainId, 'status' => 3];
|
|
|
$where['entryTime'] = ['between', [$currentStartTime, $currentEndTime]];
|
|
|
$lzList = PlantCgClass::getAllByCondition($where, null, '*', null, true);
|
|
|
if (!empty($lzList)) {
|