|
|
@@ -426,8 +426,9 @@ class OrderItemClass extends BaseClass
|
|
|
foreach ($belongList as $info) {
|
|
|
$id = $info['id'];
|
|
|
$belongCost = $info['belongCost'];
|
|
|
- noticeUtil::push('变更花材的成本和收入' . $id . ' ' . $belongCost, '15280215347');
|
|
|
+ noticeUtil::push('变更单独统计' . $id . ' ' . $belongCost, '15280215347');
|
|
|
self::updateByCondition(['productId' => $id], ['belongCost' => $belongCost]);
|
|
|
+ PurchaseOrderItemClass::updateByCondition(['productId' => $id], ['belongCost' => $belongCost]);
|
|
|
}
|
|
|
}
|
|
|
|