shish 2 lat temu
rodzic
commit
b2ab4e66f1

+ 1 - 1
biz-ghs/book/classes/BookCustomClass.php

@@ -89,7 +89,7 @@ class BookCustomClass extends BaseClass
             $customName = $bookCustomRes->name ?? '';
             $customNamePy = $bookCustomRes->py ?? '';
             $orderSn = $bill->orderSn??'';
-            $event = $staffName.'采购单'. $orderSn. '售后,下架' .$name. $delOnNum . $bigUnit;
+            $event = $staffName.' 售后采购单'. $orderSn. ',下架' .$name. $delOnNum . $bigUnit;
             $currentCapitalType = dict::getDict('capitalType', 'ghsCgRefund');
         }elseif($currentChangeType == 'delBook'){
             $customId = $bill->customId ?? 0;

+ 1 - 1
biz-ghs/book/classes/BookItemClass.php

@@ -473,7 +473,7 @@ class BookItemClass extends BaseClass
             $customName = '';
             $customNamePy = '';
             $orderSn = $bill->orderSn??'';
-            $event = $staffName.'采购单'. $orderSn. '售后,下架' .$name. $delOnNum . $bigUnit;
+            $event = $staffName.' 售后采购单'. $orderSn. ',下架' .$name. $delOnNum . $bigUnit;
             $currentCapitalType = dict::getDict('capitalType', 'ghsCgRefund');
         }elseif($currentChangeType == 'delBook'){
             $customId = $bill->customId ?? 0;

+ 1 - 1
biz-ghs/book/classes/BookItemCustomClass.php

@@ -40,7 +40,7 @@ class BookItemCustomClass extends BaseClass
             $customName = $bookItemCustomRes->customName ?? '';
             $customNamePy = $bookItemCustomRes->customNamePy ?? '';
             $orderSn = $bill->orderSn??'';
-            $event = $staffName.'采购单'. $orderSn. '售后,下架' .$name. $delOnNum . $bigUnit;
+            $event = $staffName.' 售后采购单'. $orderSn. ',下架' .$name. $delOnNum . $bigUnit;
             $currentCapitalType = dict::getDict('capitalType', 'ghsCgRefund');
         }elseif($currentChangeType == 'delBook'){
             $customId = $bill->customId ?? 0;