修改bug
This commit is contained in:
parent
77c59eafb9
commit
5eadac376a
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user