shish 2 лет назад
Родитель
Сommit
ee3dc76ef0
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      biz-ghs/order/classes/PurchaseOrderClass.php

+ 2 - 0
biz-ghs/order/classes/PurchaseOrderClass.php

@@ -472,6 +472,8 @@ class PurchaseOrderClass extends BaseClass
             'capitalType' => $capitalType,
             'amount' => $currentPrice,
             'balance' => $ghs->debtAmount,
+            'staffId'=>$cg->shopAdminId,
+            'staffName'=>$cg->shopAdminName,
             'io' => 1,
             'event' => '新增采购 ' . $orderSn,
             'sjId' => $sjId,