mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	解决新建订单时,订单Id使用使用了address Id的问题
Signed-off-by: plimlips <156839224@qq.com>
This commit is contained in:
		@@ -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"),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user