@@ -268,6 +268,7 @@ class Facility extends Api
}
$endTime = \db('工单_工艺资料')
->where('UniqId',$data['任务ID'])
+ ->where('Gy0_sj1','>','1900-01-01 00:00:00')
->find();
if (empty($endTime)){
$this->error('未找到');