|
|
@@ -180,7 +180,7 @@ class ProductionLot extends Api
|
|
|
->order('流程单号')
|
|
|
->select();
|
|
|
if (empty($list)){
|
|
|
- $this->success('未找到记录');
|
|
|
+ $this->error('未找到记录');
|
|
|
}
|
|
|
$this->success('成功',$list);
|
|
|
|
|
|
@@ -210,7 +210,7 @@ class ProductionLot extends Api
|
|
|
->order('流程单号')
|
|
|
->select();
|
|
|
if (empty($list)){
|
|
|
- $this->success('未找到记录');
|
|
|
+ $this->error('未找到记录');
|
|
|
}
|
|
|
foreach ($list as $key => $value){
|
|
|
$list[$key]['数量'] = '';
|