|
@@ -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]);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|