Commit 3c9738c6 authored by chenzhao's avatar chenzhao

修改sql

parent f85248cb
...@@ -204,10 +204,10 @@ ...@@ -204,10 +204,10 @@
</if> </if>
<if test="buildId!=null"> <if test="buildId!=null">
AND d.buildId in #{buildId} AND d.buildId in #{buildId}
AND d.buildId in <!-- AND d.buildId in
<!-- <foreach item="item" index="index" collection="buildId" open="(" separator="," close=")"> <foreach item="item" index="index" collection="buildId" open="(" separator="," close=")">
#{item} #{item}
</foreach>--> </foreach>-->
</if> </if>
</where> </where>
ORDER BY d.create_date desc ORDER BY d.create_date desc
......
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