shish 2 năm trước cách đây
mục cha
commit
8ed402b72a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;