车型名和品牌名复制修复
This commit is contained in:
@ -70,8 +70,8 @@ public interface OrderConvert {
|
||||
@Mapping(source = "companyStoreDTO.name", target = "storeName"),
|
||||
@Mapping(source = "companyStoreDTO.detailedAddress", target = "detailedAddress"),
|
||||
@Mapping(source = "carModelSimpleDTO.image", target = "image"),
|
||||
@Mapping(source = "carDTO.modelName", target = "modelName"),
|
||||
@Mapping(source = "carDTO.brandName", target = "brandName"),
|
||||
@Mapping(source = "carModelSimpleDTO.modelName", target = "modelName"),
|
||||
@Mapping(source = "carModelSimpleDTO.brandName", target = "brandName"),
|
||||
@Mapping(source = "carDTO.id", target = "carId"),
|
||||
@Mapping(source = "carDTO.vin", target = "vin"),
|
||||
@Mapping(source = "carDTO.licensePlate", target = "licensePlate"),
|
||||
|
||||
Reference in New Issue
Block a user