shish 2 лет назад
Родитель
Сommit
8ed402b72a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-ghs/controllers/PurchaseOrderController.php

+ 1 - 0
app-ghs/controllers/PurchaseOrderController.php

@@ -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;