Commit 465cd4b2 authored by jichao's avatar jichao

改bug

parent cc8fbfd7
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<mapper namespace="org.rcisoft.business.system.dao.DeviceParamRepository"> <mapper namespace="org.rcisoft.business.system.dao.DeviceParamRepository">
<resultMap id="BaseResultMap" type="org.rcisoft.business.system.entity.DeviceParam"> <resultMap id="BaseResultMap" type="org.rcisoft.business.system.entity.DeviceParam">
<result column="PARAM" jdbcType="VARCHAR" property="param"/> <result column="PARAM" jdbcType="VARCHAR" property="param"/>
<result column="DEV_NUM" jdbcType="VARCHAR" property="paramNm"/> <result column="PARAM_NM" jdbcType="VARCHAR" property="paramNm"/>
<result column="P_SOURCE" jdbcType="VARCHAR" property="source"/> <result column="P_SOURCE" jdbcType="VARCHAR" property="source"/>
<result column="P_MIN" jdbcType="DECIMAL" property="min"/> <result column="P_MIN" jdbcType="DECIMAL" property="min"/>
<result column="P_MAX" jdbcType="DECIMAL" property="max"/> <result column="P_MAX" jdbcType="DECIMAL" property="max"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment