|  | @@ -140,10 +140,10 @@
 | 
											
												
													
														|  |                  AND fe.cooperation_organ_id_ = #{cooperationOrganId}
 |  |                  AND fe.cooperation_organ_id_ = #{cooperationOrganId}
 | 
											
												
													
														|  |              </if>
 |  |              </if>
 | 
											
												
													
														|  |              <if test="startTime != null and startTime != ''">
 |  |              <if test="startTime != null and startTime != ''">
 | 
											
												
													
														|  | -                AND DATE_FORMAT(fe.payment_time_,'%Y%m%d') >= #{startTime}
 |  | 
 | 
											
												
													
														|  | 
 |  | +                AND DATE_FORMAT(fe.payment_time_,'%Y-%m-%d') >= #{startTime}
 | 
											
												
													
														|  |              </if>
 |  |              </if>
 | 
											
												
													
														|  |              <if test="endTime != null and endTime != ''">
 |  |              <if test="endTime != null and endTime != ''">
 | 
											
												
													
														|  | -                AND DATE_FORMAT(fe.payment_time_,'%Y%m%d') <= #{endTime}
 |  | 
 | 
											
												
													
														|  | 
 |  | +                AND DATE_FORMAT(fe.payment_time_,'%Y-%m-%d') <= #{endTime}
 | 
											
												
													
														|  |              </if>
 |  |              </if>
 | 
											
												
													
														|  |          </where>
 |  |          </where>
 | 
											
												
													
														|  |      </sql>
 |  |      </sql>
 |