Commit a440d202 authored by 刘林's avatar 刘林

fix(jg):改造登记导出报错问题修改

parent 403878aa
...@@ -171,14 +171,14 @@ ...@@ -171,14 +171,14 @@
) as ur ) as ur
<where> <where>
<if test='ids != null'> <if test='ids != null'>
and ur.sequence_nbr in and ur.sequenceNbr in
<foreach collection="ids" item="id" open="(" close=")" separator=","> <foreach collection="ids" item="id" open="(" close=")" separator=",">
#{id} #{id}
</foreach> </foreach>
</if> </if>
</where> </where>
order by order by
ur.create_date DESC, ur.apply_no DESC ur.createDate DESC, ur.applyNo DESC
</select> </select>
<select id="getDetail" resultType="java.util.Map"> <select id="getDetail" resultType="java.util.Map">
......
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