修改bug

This commit is contained in:
wulin 2021-06-01 17:02:18 +08:00
parent 77c59eafb9
commit 5eadac376a

View File

@ -101,7 +101,7 @@
<select id="seleteEvaluationGroupByReq" resultType="EvaluationGroup" >
select * from lz_evaluation_group where is_delete = 0
<if test="isStart != false">and copy_id = 0 </if>
<if test="isStart == false"> and copy_id = 0 </if>
<if test="req.startTime != null"><![CDATA[and gmt_create > #{req.startTime}]]></if>
<if test="req.endTime != null"><![CDATA[and gmt_create < #{req.endTime}]]></if>