提交修改
This commit is contained in:
parent
1c64bf10bb
commit
d6bc64334c
@ -110,11 +110,14 @@
|
||||
</if>
|
||||
order by id
|
||||
</select>
|
||||
|
||||
|
||||
<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=")">
|
||||
#{detailId}
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user