Commit 3c9738c6 authored by chenzhao's avatar chenzhao

修改sql

parent f85248cb
......@@ -204,8 +204,8 @@
</if>
<if test="buildId!=null">
AND d.buildId in #{buildId}
AND d.buildId in
<!-- <foreach item="item" index="index" collection="buildId" open="(" separator="," close=")">
<!-- AND d.buildId in
<foreach item="item" index="index" collection="buildId" open="(" separator="," close=")">
#{item}
</foreach>-->
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment