Commit ee9d8cf5 by Java-李昕颖

列表筛选条件

parent fa2bf8ca
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
AND r.report_time >= #{reportTimeFrom} AND r.report_time >= #{reportTimeFrom}
</if> </if>
<if test="reportTimeTo != null and reportTimeTo != ''"> <if test="reportTimeTo != null and reportTimeTo != ''">
AND r.report_time &lt;= #{reportTimeFrom} AND r.report_time &lt;= #{reportTimeTo}
</if> </if>
<if test="reportPersonName != null and reportPersonName != ''"> <if test="reportPersonName != null and reportPersonName != ''">
AND r.report_person_name LIKE AND r.report_person_name LIKE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment