获取订单详情接口修复
This commit is contained in:
@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user