|
|
@@ -238,6 +238,7 @@ class PurchaseOrderController extends BaseController
|
|
|
$post['adminId'] = $this->adminId;
|
|
|
$post['mainId'] = $this->mainId;
|
|
|
$staff = $this->shopAdmin;
|
|
|
+ //以下二个都需要保留
|
|
|
$post['staffId'] = $staff->id ?? 0;
|
|
|
$post['staffName'] = $staff->name ?? '';
|
|
|
$post['shopAdminId'] = $staff->id ?? 0;
|