|  | @@ -44,9 +44,12 @@
 | 
	
		
			
				|  |  |                  #{key}
 | 
	
		
			
				|  |  |              </foreach>
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  | -        <if test="reqVO.result != null and reqVO.result != 0">
 | 
	
		
			
				|  |  | +        <if test="reqVO.result != null and reqVO.result != 0 and reqVO.result != 3">
 | 
	
		
			
				|  |  |              AND mwo.result = #{reqVO.result}
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  | +        <if test="reqVO.result != null and reqVO.result == 3">
 | 
	
		
			
				|  |  | +            AND mwo.delay_reason <![CDATA[ <> ]]> ''
 | 
	
		
			
				|  |  | +        </if>
 | 
	
		
			
				|  |  |          <if test="reqVO.createTime != null and reqVO.createTime.length > 0">
 | 
	
		
			
				|  |  |              <!-- 处理“开始时间”(数组第1位,如 createTime[0] = 2024-01-01 00:00:00) -->
 | 
	
		
			
				|  |  |              <if test="reqVO.createTime[0] != null">
 |