提交修改
This commit is contained in:
commit
a376c46294
@ -136,7 +136,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectEvaluationGroupByName" resultType="EvaluationGroup" >
|
<select id="selectEvaluationGroupByName" resultType="EvaluationGroup" >
|
||||||
select * from lz_evaluation_group where name=#{name} and is_delete = 0 limit 1
|
select * from lz_evaluation_group where name=#{name} and is_delete = 0 and copy_id = 0 limit 1
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<update id="deleteByCopyIds">
|
<update id="deleteByCopyIds">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user