Commit 403878aa authored by 刘林's avatar 刘林

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

parent 0b1d94c9
......@@ -165,7 +165,10 @@
</select>
<select id="queryChangeRegistrationReformInIds" resultType="com.yeejoin.amos.boot.module.jg.api.vo.tableDataExportVo.ChangeRegistrationReformVo">
<include refid="page_list"/>
select * from
(
<include refid="page_list"/>
) as ur
<where>
<if test='ids != null'>
and ur.sequence_nbr in
......@@ -175,7 +178,7 @@
</if>
</where>
order by
ur.create_date DESC, ur.apply_no DESC
ur.create_date DESC, ur.apply_no DESC
</select>
<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