|
|
$where['entryTime'] = ['between', [$currentStartTime, $currentEndTime]];
|
|
$where['entryTime'] = ['between', [$currentStartTime, $currentEndTime]];
|
|
|
$lzList = PlantCgClass::getAllByCondition($where, null, '*', null, true);
|
|
$lzList = PlantCgClass::getAllByCondition($where, null, '*', null, true);
|