|
@@ -98,9 +98,7 @@ class Process extends Base
|
|
|
->toArray();
|
|
|
|
|
|
$i = 0;
|
|
|
- if($param['type']=='FHGD') $data = [['status_name' => '创建-待发货', 'order_process' => -1]];//针对发货工单流程特殊处理
|
|
|
- else $data = [['status_name' => '创建', 'order_process' => -1]];
|
|
|
-
|
|
|
+ $data = [['status_name' => '创建', 'order_process' => -1]];
|
|
|
foreach ($node as $value) {
|
|
|
|
|
|
$data[$i] = array_merge($data[$i], [
|