获取订单详情接口修复

This commit is contained in:
2025-08-14 21:54:32 +08:00
parent c1013dea17
commit f2e80d243e

View File

@ -49,7 +49,7 @@ public interface OrderConvert {
@Mappings({ @Mappings({
@Mapping(source = "orderMainPO.storeId", target = "orderId"), @Mapping(source = "orderMainPO.orderId", target = "orderId"),
@Mapping(source = "orderMainPO.orderNo", target = "orderNo"), @Mapping(source = "orderMainPO.orderNo", target = "orderNo"),
@Mapping(source = "orderMainPO.orderStatus", target = "orderStatus"), @Mapping(source = "orderMainPO.orderStatus", target = "orderStatus"),
@Mapping(source = "orderMainPO.customerId", target = "customerId"), @Mapping(source = "orderMainPO.customerId", target = "customerId"),