标准预警标准编号与名称跳页~~
This commit is contained in:
@@ -5,8 +5,10 @@
|
|||||||
<!-- Result Map-->
|
<!-- Result Map-->
|
||||||
<resultMap id="resultMap" type="com.adc.da.scheduled.entity.WarningEO" >
|
<resultMap id="resultMap" type="com.adc.da.scheduled.entity.WarningEO" >
|
||||||
<id column="ID" property="standId" />
|
<id column="ID" property="standId" />
|
||||||
<result column="STAND_NUMBER" property="standCode" />
|
<result column="STAND_NUMBER" property="standNum" />
|
||||||
<result column="STAND_NAME" property="standName" />
|
<result column="STAND_NAME" property="standName" />
|
||||||
|
<result column="STAND_SORT" property="standSort"/>
|
||||||
|
<result column="STAND_YEAR" property="standYear"/>
|
||||||
<result column="XCXSSRQ" property="XCXSSRQ"/>
|
<result column="XCXSSRQ" property="XCXSSRQ"/>
|
||||||
<result column="ZCCSSRQ" property="ZCCSSRQ"/>
|
<result column="ZCCSSRQ" property="ZCCSSRQ"/>
|
||||||
<result column="CLLX" property="applyType" />
|
<result column="CLLX" property="applyType" />
|
||||||
@@ -18,6 +20,8 @@
|
|||||||
<select id="select" resultMap="resultMap" parameterType="com.adc.da.scheduled.entity.DataDTO">
|
<select id="select" resultMap="resultMap" parameterType="com.adc.da.scheduled.entity.DataDTO">
|
||||||
SELECT
|
SELECT
|
||||||
info.ID,
|
info.ID,
|
||||||
|
info.STAND_SORT,
|
||||||
|
info.STAND_YEAR,
|
||||||
info.STAND_NUMBER,
|
info.STAND_NUMBER,
|
||||||
info.STAND_NAME,
|
info.STAND_NAME,
|
||||||
info.STAND_TYPE,
|
info.STAND_TYPE,
|
||||||
|
|||||||
Reference in New Issue
Block a user