| | |
| | | <result column="modi_time" property="modiTime" /> |
| | | <result column="appe_user" property="appeUser" /> |
| | | <result column="appe_time" property="appeTime" /> |
| | | <result column="pri" property="pri" /> |
| | | |
| | | </resultMap> |
| | | |
| | | <select id="queryOutStaNosByLocNo" resultType="java.lang.Integer"> |
| | | <select id="queryOutStaNosByLocNo" resultMap="BaseResultMap"> |
| | | select |
| | | distinct asd.stn_no |
| | | distinct asd.stn_no,asd.pri |
| | | from asr_sta_desc asd |
| | | left join asr_loc_mast alm on asd.crn_no = alm.crn_no |
| | | where 1=1 |
| | |
| | | <if test="typeNo != null and typeNo !=''"> |
| | | and asd.type_no = #{typeNo} |
| | | </if> |
| | | order by pri desc |
| | | </select> |
| | | |
| | | <select id="queryCrnStn" resultMap="BaseResultMap"> |