fix
This commit is contained in:
parent
72ad2910be
commit
62f310d90f
@ -152,12 +152,13 @@
|
|||||||
|
|
||||||
<select id="selectIdsByCopyIds" resultType="long">
|
<select id="selectIdsByCopyIds" resultType="long">
|
||||||
select id from lz_evaluation_group where is_delete = 0
|
select id from lz_evaluation_group where is_delete = 0
|
||||||
|
and start_id = #{startId}
|
||||||
and copy_id in (
|
and copy_id in (
|
||||||
<foreach collection="copyIds" item="copy_id" separator=",">
|
<foreach collection="copyIds.split(',')" item="copy_id" separator=",">
|
||||||
#{copy_id}
|
#{copy_id}
|
||||||
</foreach>
|
</foreach>
|
||||||
)
|
)
|
||||||
and start_id = #{startId}
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectEvaluationGroupByCopyId" resultType="EvaluationGroup" >
|
<select id="selectEvaluationGroupByCopyId" resultType="EvaluationGroup" >
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user