8 项目一切正常,到目前为止我有这个代码
$item = $item_unit->getItem;
$item->item_smallest_unit_cost = $item_unit->item_unit_coast_price;
$item->item_smallest_unit_selling_price = $item_unit->item_unit_selling_price;
return $item->get();
你可以看到,我需要改变item_smallest_unit_cost,并item_smallest_unit_selling_price再没有更新回报的项目原来的数据库,但这个代码回报的项目与旧项目item_smallest_unit_selling_price和item_smallest_unit_cost 我不希望这样做
$item = $item_unit->getItem;
$item->item_smallest_unit_cost = $item_unit->item_unit_coast_price;
$item->item_smallest_unit_selling_price = $item_unit->item_unit_selling_price;
$item->update // i dont want to do this but i want to return the item new changes
return $item->get();
任何帮助在这里谢谢
繁花如伊
吃鸡游戏