shish 2 years ago
parent
commit
adf75086ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app-ghs/controllers/ProductController.php

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

@@ -719,6 +719,7 @@ class ProductController extends BaseController
 
             //入库成功通知相关人员,关键词 put_in_notice
             if ($needNotice) {
+                $cg = PurchaseOrderClass::getLockById($targetId);
                 WxMessageClass::ghsCgEntryInform($shop, $cg);
             }