This commit is contained in:
2024-01-14 15:55:53 +08:00
parent 12ffd5c265
commit d990412cda
8 changed files with 19 additions and 19 deletions

View File

@@ -203,7 +203,7 @@ public class TempService {
}
OrderBasicInfo build = OrderBasicInfo.builder()
.id(Long.parseLong(orderListVO.getId()))
.id(Integer.parseInt(orderListVO.getId()))
.orderCode(orderListVO.getOrderCode())
.orderAmount(orderAmount)
.virtualAmount(virtualAmount)