增加注释

This commit is contained in:
2025-07-28 23:05:22 +08:00
parent 98ec407694
commit 869003d50a

View File

@ -73,6 +73,7 @@ public class OrderServiceImpl implements OrderService {
rentBatteyRuleDTO = carInteg.getRentBatteyRuleByBatteyRuleId(rentCarOrderReq.getRentBatteyRuleId());
}
//TODO 这里保存订单要做事物处理
//生成订单主表
OrderMainPO orderMainPO = OrderConvert.INSTANCE.subOrderToPo(rentCarOrderReq, userInfoDTO, rentCarRuleDTO);
orderMainPO.setOrderNo(OrderUtil.generateOrderNo());