|
|
@@ -425,7 +425,7 @@ class OrderItemClass extends BaseClass
|
|
|
$id = $info['id'];
|
|
|
$belongCost = $info['belongCost'];
|
|
|
noticeUtil::push('变更花材的成本和收入' . $id . ' ' . $belongCost, '15280215347');
|
|
|
- self::updateByCondition(['belongCost' => $id, 'belongCost' => $belongCost]);
|
|
|
+ self::updateByCondition(['productId' => $id, 'belongCost' => $belongCost]);
|
|
|
}
|
|
|
}
|
|
|
|