提交修改

This commit is contained in:
quyixiao 2020-11-06 17:05:50 +08:00
commit a376c46294

View File

@ -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">