shish hace 3 años
padre
commit
7bbefee8aa
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      biz-ghs/product/classes/ProductClass.php

+ 2 - 0
biz-ghs/product/classes/ProductClass.php

@@ -632,6 +632,8 @@ class ProductClass extends BaseClass
             'staffName' => $staffName,
             'name' => $name,
             'cover' => $cover,
+            'event' => '修改价格',
+            'type' => 0,
         ];
         PriceChangeClass::addData($changeData);