mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	@@ -27,6 +27,9 @@ public class AfterSalePageReqVO extends PageParam {
 | 
			
		||||
    @Schema(description = "售后流水号", example = "202211190847450020500077")
 | 
			
		||||
    private String no;
 | 
			
		||||
 | 
			
		||||
    @Schema(description = "用户编号", example = "1024")
 | 
			
		||||
    private Long userId;
 | 
			
		||||
 | 
			
		||||
    @Schema(description = "售后状态", example = "10")
 | 
			
		||||
    @InEnum(value = AfterSaleStatusEnum.class, message = "售后状态必须是 {value}")
 | 
			
		||||
    private Integer status;
 | 
			
		||||
 
 | 
			
		||||
@@ -18,6 +18,7 @@ public interface AfterSaleMapper extends BaseMapperX<AfterSaleDO> {
 | 
			
		||||
        return selectPage(reqVO, new LambdaQueryWrapperX<AfterSaleDO>()
 | 
			
		||||
                .eqIfPresent(AfterSaleDO::getUserId, reqVO.getUserId())
 | 
			
		||||
                .likeIfPresent(AfterSaleDO::getNo, reqVO.getNo())
 | 
			
		||||
                .eqIfPresent(AfterSaleDO::getUserId, reqVO.getUserId())
 | 
			
		||||
                .eqIfPresent(AfterSaleDO::getStatus, reqVO.getStatus())
 | 
			
		||||
                .eqIfPresent(AfterSaleDO::getType, reqVO.getType())
 | 
			
		||||
                .eqIfPresent(AfterSaleDO::getWay, reqVO.getWay())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user