提交修改
This commit is contained in:
parent
1c64bf10bb
commit
d6bc64334c
@ -110,11 +110,14 @@
|
|||||||
</if>
|
</if>
|
||||||
order by id
|
order by id
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
<select id="listResultTaskByDetailId" resultType="com.lz.modules.performance.entity.ResultTask">
|
<select id="listResultTaskByDetailId" resultType="com.lz.modules.performance.entity.ResultTask">
|
||||||
select * from lz_result_task where detail_id in
|
select * from lz_result_task where is_delete = 0 and detail_id in
|
||||||
<foreach item="detailId" collection="detailIds" open="(" separator="," close=")">
|
<foreach item="detailId" collection="detailIds" open="(" separator="," close=")">
|
||||||
#{detailId}
|
#{detailId}
|
||||||
</foreach>
|
</foreach>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user