|
|
@@ -17,14 +17,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="wlDealuserid" column="wlDealuserid" />
|
|
|
<result property="wlDealresult" column="wlDealresult" />
|
|
|
<result property="wlDealtime" column="wlDealtime" />
|
|
|
- <result property="wlCreator" column="wlCreator" />
|
|
|
<result property="wlCreateddate" column="wlCreateddate" />
|
|
|
<result property="wlData" column="wlData" />
|
|
|
<result property="tid" column="tid" />
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectIotWarnlogVo">
|
|
|
- select id, wlBid, wlName, wlType, wlContent, wlLevel, devtypeBid, devBid, status, wlDealuserid, wlDealresult, wlDealtime, wlCreator, wlCreateddate, wlData, tid from IotWarnlog
|
|
|
+ select id, wlBid, wlName, wlType, wlContent, wlLevel, devtypeBid, devBid, status, wlDealuserid, wlDealresult, wlDealtime, wlCreateddate, wlData, tid from IotWarnlog
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectIotWarnlogList" parameterType="IotWarnlog" resultMap="IotWarnlogResult">
|
|
|
@@ -41,7 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="wlDealuserid != null and wlDealuserid != ''"> and wlDealuserid = #{wlDealuserid}</if>
|
|
|
<if test="wlDealresult != null and wlDealresult != ''"> and wlDealresult = #{wlDealresult}</if>
|
|
|
<if test="wlDealtime != null and wlDealtime != ''"> and wlDealtime = #{wlDealtime}</if>
|
|
|
- <if test="wlCreator != null and wlCreator != ''"> and wlCreator = #{wlCreator}</if>
|
|
|
+
|
|
|
<if test="wlCreateddate != null and wlCreateddate != ''"> and wlCreateddate = #{wlCreateddate}</if>
|
|
|
<if test="wlData != null and wlData != ''"> and wlData = #{wlData}</if>
|
|
|
<if test="tid != null and tid != ''"> and tid = #{tid}</if>
|
|
|
@@ -67,7 +66,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="wlDealuserid != null">wlDealuserid,</if>
|
|
|
<if test="wlDealresult != null">wlDealresult,</if>
|
|
|
<if test="wlDealtime != null">wlDealtime,</if>
|
|
|
- <if test="wlCreator != null">wlCreator,</if>
|
|
|
+
|
|
|
<if test="wlCreateddate != null">wlCreateddate,</if>
|
|
|
<if test="wlData != null">wlData,</if>
|
|
|
<if test="tid != null and tid != ''">tid,</if>
|
|
|
@@ -84,7 +83,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="wlDealuserid != null">#{wlDealuserid},</if>
|
|
|
<if test="wlDealresult != null">#{wlDealresult},</if>
|
|
|
<if test="wlDealtime != null">#{wlDealtime},</if>
|
|
|
- <if test="wlCreator != null">#{wlCreator},</if>
|
|
|
+
|
|
|
<if test="wlCreateddate != null">#{wlCreateddate},</if>
|
|
|
<if test="wlData != null">#{wlData},</if>
|
|
|
<if test="tid != null and tid != ''">#{tid},</if>
|
|
|
@@ -105,7 +104,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="wlDealuserid != null">wlDealuserid = #{wlDealuserid},</if>
|
|
|
<if test="wlDealresult != null">wlDealresult = #{wlDealresult},</if>
|
|
|
<if test="wlDealtime != null">wlDealtime = #{wlDealtime},</if>
|
|
|
- <if test="wlCreator != null">wlCreator = #{wlCreator},</if>
|
|
|
+
|
|
|
<if test="wlCreateddate != null">wlCreateddate = #{wlCreateddate},</if>
|
|
|
<if test="wlData != null">wlData = #{wlData},</if>
|
|
|
<if test="tid != null and tid != ''">tid = #{tid},</if>
|