|
@@ -251,7 +251,7 @@
|
|
left join cw_reimbursement_type_info pg_type on pg_type.id = a.type_id and pg_type.del_flag = '0'
|
|
left join cw_reimbursement_type_info pg_type on pg_type.id = a.type_id and pg_type.del_flag = '0'
|
|
left join program_project_list_info pg_project on pg_project.id = a.project_id and pg_project.del_flag = '0'
|
|
left join program_project_list_info pg_project on pg_project.id = a.project_id and pg_project.del_flag = '0'
|
|
where a.del_flag = '0' and a.info_id = #{id}
|
|
where a.del_flag = '0' and a.info_id = #{id}
|
|
- order by a.number asc
|
|
|
|
|
|
+ order by pg_project.name asc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getOtherDetailList" resultType="com.jeeplus.test.reimbursement.reimbursementInfo.domain.ReimbursementDetailInfoOther">
|
|
<select id="getOtherDetailList" resultType="com.jeeplus.test.reimbursement.reimbursementInfo.domain.ReimbursementDetailInfoOther">
|
|
@@ -280,7 +280,7 @@
|
|
left join cw_reimbursement_type_info pg_type on pg_type.id = a.type_id and pg_type.del_flag = '0'
|
|
left join cw_reimbursement_type_info pg_type on pg_type.id = a.type_id and pg_type.del_flag = '0'
|
|
left join program_project_list_info pg_project on pg_project.id = a.project_id and pg_project.del_flag = '0'
|
|
left join program_project_list_info pg_project on pg_project.id = a.project_id and pg_project.del_flag = '0'
|
|
where a.del_flag = '0' and a.info_id = #{id}
|
|
where a.del_flag = '0' and a.info_id = #{id}
|
|
- order by a.number asc
|
|
|
|
|
|
+ order by pg_project.name asc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getProcuredDetailList" resultType="com.jeeplus.test.reimbursement.reimbursementInfo.domain.ReimbursementDetailInfoProcured">
|
|
<select id="getProcuredDetailList" resultType="com.jeeplus.test.reimbursement.reimbursementInfo.domain.ReimbursementDetailInfoProcured">
|