This commit is contained in:
2024-01-21 11:54:16 +08:00
parent 9c770d82b5
commit 968405b397

View File

@@ -58,6 +58,7 @@ public class VegeCellarReserveDetailsService extends MybatisBaseService<VegeCell
goods.setGoodsNumber(goods1.getSelect());
goods.setGoodsName(goods2.getName());
goods.setCreateTime(new DateTime());
goods.setOrderSid(dto.getOrderSid());
baseMapper.insert(goods);
VegetableCellar vegetableCellar= vegetableCellarService.list(new QueryWrapper<VegetableCellar>().eq("customerSid",dto.getCustomerSid())
.eq("goodsSid",goods1.getGoodsSid()).eq("affiliation",goods2.getBrandId())).get(0);