|
|
@ -463,11 +463,20 @@
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test='regltSeCode eq "09"'>
|
|
|
|
<if test='regltSeCode eq "09"'>
|
|
|
|
-- 시민신고(국민신문고)
|
|
|
|
-- 시민신고(국민신문고)
|
|
|
|
AND tcfm.file_job_id = (SELECT CONCAT(interface_seq_n, ctzn_sttemnt_detail_sn)
|
|
|
|
AND tcfm.file_job_id LIKE (SELECT CONCAT(interface_seq_n, '%')
|
|
|
|
FROM tb_ec_ctzn_sttemnt_detail
|
|
|
|
FROM tb_ec_ctzn_sttemnt_detail
|
|
|
|
WHERE reglt_id = #{regltId})
|
|
|
|
WHERE reglt_id = #{regltId})
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
ORDER BY tcfd.orginl_file_nm
|
|
|
|
ORDER BY tcfd.orginl_file_nm
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
<if test='regltSeCode eq "09"'>
|
|
|
|
|
|
|
|
시민신고(국민신문고)
|
|
|
|
|
|
|
|
AND tcfm.file_job_id = (SELECT CONCAT(interface_seq_n, ctzn_sttemnt_detail_sn)
|
|
|
|
|
|
|
|
FROM tb_ec_ctzn_sttemnt_detail
|
|
|
|
|
|
|
|
WHERE reglt_id = #{regltId})
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|
|
|
|