ruoyi-system/src/main/resources/mapper/system/TFeasibilityStudyReportMapper.xml
@@ -47,6 +47,9 @@ <if test="query.status != null"> and tfsr.status = #{query.status} </if> <if test="query.reportType != null"> and tfsr.report_type = #{query.reportType} </if> <if test="query.startTime != null and query.startTime != '' and query.endTime != null and query.endTime != ''"> AND tfsr.create_time BETWEEN #{query.startTime} AND #{query.endTime} </if>