提交修改
This commit is contained in:
commit
a376c46294
@ -136,7 +136,7 @@
|
||||
</select>
|
||||
|
||||
<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>
|
||||
|
||||
<update id="deleteByCopyIds">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user