|
|
@@ -242,7 +242,7 @@ class StockInOrderClass extends BaseClass
|
|
|
$staff = ShopAdminClass::getByCondition(['mainId' => $chainMainId, 'adminId' => $adminId], true);
|
|
|
$staffId = $staff->id ?? 0;
|
|
|
$staffName = $staff->name ?? '';
|
|
|
- $changeParams2 = ['staffId' => $staffId, 'staffName' => $staffName, 'event' => '调拨入库改价'];
|
|
|
+ $changeParams2 = ['staffId' => $staffId, 'staffName' => $staffName, 'event' => '调拨入库改价,同步给分店'];
|
|
|
ProductClass::changeSinglePrice($chain, $ptItemId, $currentHdPrice, $currentSkPrice, $currentHjPrice, $changeParams2);
|
|
|
}
|
|
|
}
|