shish hace 5 años
padre
commit
86eeeee583
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      biz-ghs/order/classes/CheckOrderClass.php

+ 2 - 2
biz-ghs/order/classes/CheckOrderClass.php

@@ -136,7 +136,7 @@ class CheckOrderClass extends BaseClass
             $sjId = $shop->sjId ?? 0;
             $sjId = $shop->sjId ?? 0;
             $currentCapitalType = dict::getDict('capitalType', 'pd', 'id');
             $currentCapitalType = dict::getDict('capitalType', 'pd', 'id');
             if ($subAmount > 0) {
             if ($subAmount > 0) {
-                $event = '盘亏支出';
+                $event = '盘亏';
                 $capitalData = [
                 $capitalData = [
                     'capitalType' => $currentCapitalType,
                     'capitalType' => $currentCapitalType,
                     'io' => 0,
                     'io' => 0,
@@ -149,7 +149,7 @@ class CheckOrderClass extends BaseClass
                 ShopCapitalClass::addCapital($capitalData);
                 ShopCapitalClass::addCapital($capitalData);
             }
             }
             if ($addAmount > 0) {
             if ($addAmount > 0) {
-                $event = '盘盈增加';
+                $event = '盘盈';
                 $capitalData = [
                 $capitalData = [
                     'capitalType' => $currentCapitalType,
                     'capitalType' => $currentCapitalType,
                     'io' => 1,
                     'io' => 1,