shish 2 سال پیش
والد
کامیت
ada2e69ef4
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      biz-ghs/order/classes/OrderItemClass.php

+ 1 - 0
biz-ghs/order/classes/OrderItemClass.php

@@ -426,6 +426,7 @@ class OrderItemClass extends BaseClass
             noticeUtil::push('变更单独统计' . $id . ' ' . $belongCost, '15280215347');
             noticeUtil::push('变更单独统计' . $id . ' ' . $belongCost, '15280215347');
             self::updateByCondition(['productId' => $id], ['belongCost' => $belongCost]);
             self::updateByCondition(['productId' => $id], ['belongCost' => $belongCost]);
             PurchaseOrderItemClass::updateByCondition(['productId' => $id], ['belongCost' => $belongCost]);
             PurchaseOrderItemClass::updateByCondition(['productId' => $id], ['belongCost' => $belongCost]);
+            \bizHd\order\classes\OrderItemClass::updateByCondition(['itemId' => $id], ['belongCost' => $belongCost]);
         }
         }
     }
     }