|
@@ -1395,7 +1395,7 @@ class Facility extends Api
|
|
|
$data['status'] = $status['状态'];
|
|
$data['status'] = $status['状态'];
|
|
|
}
|
|
}
|
|
|
//检验数据
|
|
//检验数据
|
|
|
- $list = \db('制程检验_记录')
|
|
|
|
|
|
|
+ $list = \db('制程检验_记录')
|
|
|
->where('开工时间',$param['start'])
|
|
->where('开工时间',$param['start'])
|
|
|
->where('设备编号',$param['machine'])
|
|
->where('设备编号',$param['machine'])
|
|
|
->where('sys_rq','>',$param['start'])
|
|
->where('sys_rq','>',$param['start'])
|