解决了标准预警,条款预警标准号显示为null的问题

This commit is contained in:
zhaokaiyao@91isoft.com
2021-09-16 10:48:19 +08:00
parent dcc461e041
commit 44ba80e050
@@ -8,13 +8,15 @@
<result column="STAND_ID" property="standId"/> <result column="STAND_ID" property="standId"/>
<result column="ITEMS_NAME" property="itemsName"/> <result column="ITEMS_NAME" property="itemsName"/>
<result column="ITEMS_NUM" property="itemsNum"/> <result column="ITEMS_NUM" property="itemsNum"/>
<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="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"/>
<result column="STAND_TYPE" property="standType"/> <result column="STAND_TYPE" property="standType"/>
<result column="DUTY_ENGINEER" property="dutyEngineer"/> <result column="DUTY_ENGINEER" property="dutyEngineer"/>
<result column="STAND_SORT" property="standSort"/>
<result column="STAND_YEAR" property="standYear"/>
</resultMap> </resultMap>
<!-- 查询条件 --> <!-- 查询条件 -->
<select id="selectWithinTerm" resultMap="resultMap" parameterType="com.adc.da.scheduled.entity.DataDTO"> <select id="selectWithinTerm" resultMap="resultMap" parameterType="com.adc.da.scheduled.entity.DataDTO">
@@ -25,6 +27,8 @@
items.TERMS_CONDITIONS, items.TERMS_CONDITIONS,
items.DUTY_ENGINEER, items.DUTY_ENGINEER,
items.STAND_ID, items.STAND_ID,
info.STAND_SORT,
info.STAND_YEAR,
info.STAND_NAME, info.STAND_NAME,
info.STAND_TYPE, info.STAND_TYPE,
info.STAND_NUMBER, info.STAND_NUMBER,