|  | @@ -33,7 +33,7 @@ public interface SpuApplyMapper extends BaseMapperX<SpuApplyDO> {
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getProducerArea, reqVO.getProducerArea())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getSpuType, reqVO.getSpuType())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getCategoryId, reqVO.getCategoryId())
 | 
	
		
			
				|  |  | -                .eqIfPresent(SpuApplyDO::getBrandId, reqVO.getBrandId())
 | 
	
		
			
				|  |  | +                .eqIfPresent(SpuApplyDO::getAreaId, reqVO.getAreaId())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getPicUrl, reqVO.getPicUrl())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getSliderPicUrls, reqVO.getSliderPicUrls())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getSort, reqVO.getSort())
 | 
	
	
		
			
				|  | @@ -45,8 +45,6 @@ public interface SpuApplyMapper extends BaseMapperX<SpuApplyDO> {
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getStock, reqVO.getStock())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getDeliveryTypes, reqVO.getDeliveryTypes())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getDeliveryTemplateId, reqVO.getDeliveryTemplateId())
 | 
	
		
			
				|  |  | -                .eqIfPresent(SpuApplyDO::getGiveIntegral, reqVO.getGiveIntegral())
 | 
	
		
			
				|  |  | -                .eqIfPresent(SpuApplyDO::getSubCommissionType, reqVO.getSubCommissionType())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getSalesCount, reqVO.getSalesCount())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getVirtualSalesCount, reqVO.getVirtualSalesCount())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getBrowseCount, reqVO.getBrowseCount())
 | 
	
	
		
			
				|  | @@ -55,9 +53,6 @@ public interface SpuApplyMapper extends BaseMapperX<SpuApplyDO> {
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getMerchantId, reqVO.getMerchantId())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getHidden, reqVO.getHidden())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getPromotionFee, reqVO.getPromotionFee())
 | 
	
		
			
				|  |  | -                .eqIfPresent(SpuApplyDO::getSpuPayType, reqVO.getSpuPayType())
 | 
	
		
			
				|  |  | -                .eqIfPresent(SpuApplyDO::getHighPrecision, reqVO.getHighPrecision())
 | 
	
		
			
				|  |  | -                .eqIfPresent(SpuApplyDO::getHighPrecisionPrice, reqVO.getHighPrecisionPrice())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getApplyMemberUserId, reqVO.getApplyMemberUserId())
 | 
	
		
			
				|  |  |                  .eqIfPresent(SpuApplyDO::getCheckSystemUserId, reqVO.getCheckSystemUserId())
 | 
	
		
			
				|  |  |                  .betweenIfPresent(SpuApplyDO::getCheckTime, reqVO.getCheckTime())
 |