shish 8 mesi fa
parent
commit
55cb816754
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      biz-ghs/product/classes/ProductClass.php

+ 1 - 1
biz-ghs/product/classes/ProductClass.php

@@ -1317,7 +1317,7 @@ class ProductClass extends BaseClass
         $staffName = $params['staffName'] ?? '';
         $changeType = $params['changeType'] ?? 'normal';
         $targetId = $params['targetId'] ?? 0;
-        $event = '修改';
+        $event = $params['event'] ?? '修改';
         $type = 0;
         if ($changeType == 'cg') {
             $event = '采购后修改';