|
|
@@ -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;
|