!308 解决新建订单时,订单Id使用使用了address Id的问题

Merge pull request !308 from plimlips/N/A
This commit is contained in:
芋道源码 2022-11-23 11:27:57 +00:00 committed by Gitee
commit 250d18ad13
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -30,6 +30,7 @@ public interface TradeOrderConvert {
TradeOrderConvert INSTANCE = Mappers.getMapper(TradeOrderConvert.class);
@Mappings({
@Mapping(target = "id", ignore = true),
@Mapping(source = "createReqVO.couponId", target = "couponId"),
@Mapping(target = "remark", ignore = true),
@Mapping(source = "createReqVO.remark", target = "userRemark"),