| | |
| | | <result property="referBtmName" column="REFERBTMNAME" jdbcType="VARCHAR"/> |
| | | <result property="referBtmId" column="REFERBTMID" jdbcType="VARCHAR"/> |
| | | <result property="referCodeClassifyOidName" column="c__name" jdbcType="VARCHAR"/> |
| | | <result property="prefixCode" column="PREFIXCODE" jdbcType="VARCHAR"/> |
| | | <result property="suffixCode" column="SUFFIXCODE" jdbcType="VARCHAR"/> |
| | | </resultMap> |
| | | |
| | | <select id="selectCodeBasicSecPage" resultMap="CodeBasicsecMap"> |
| | |
| | | PL_CODE_BASICSEC.serialdependorder, |
| | | PL_CODE_BASICSEC.nullableflag, |
| | | PL_CODE_BASICSEC.codefilllimit, |
| | | PL_CODE_BASICSEC.prefixcode, |
| | | PL_CODE_BASICSEC.suffixcode, |
| | | btm_codebasicsec_1.name as b__name, |
| | | platformbtm_codeclassify.name as c__name, |
| | | COUNT(*) OVER () "##VCI_COUNT_VCI##" |