|
@@ -140,10 +140,10 @@
|
|
|
AND fe.cooperation_organ_id_ = #{cooperationOrganId}
|
|
|
</if>
|
|
|
<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 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>
|
|
|
</where>
|
|
|
</sql>
|