feat: 订单创建时间修改
This commit is contained in:
@@ -1561,7 +1561,6 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
||||
orderInfo.setProductAmount(BigDecimal.ZERO);
|
||||
orderInfo.setTradeDay(DateUtils.getDay());
|
||||
orderInfo.setUseType(eatTypeInfoDTO.getUseType());
|
||||
orderInfo.setCreatedAt(DateUtil.current());
|
||||
if (seatCart != null) {
|
||||
orderInfo.setSeatAmount(seatCart.getTotalAmount());
|
||||
orderInfo.setSeatCount(seatCart.getNumber());
|
||||
|
||||
Reference in New Issue
Block a user