|
@@ -638,7 +638,6 @@ class Purch extends Base
|
|
|
$order = ["order_code" => $vlue, "status" => '', "action_remark" => $remark, "action_type" => "status"];
|
|
|
ActionLog::logAdd($this->post['token'], $order, 'CGD', $status, $this->post);
|
|
|
}
|
|
|
-
|
|
|
return app_show(0, "更新成功");
|
|
|
} else {
|
|
|
return error_show(1004, '更新失败');
|