|
|
@@ -21,6 +21,7 @@
|
|
|
<if test="wlCreateddate != null">wlCreateddate,</if>
|
|
|
<if test="wlData != null">wlData,</if>
|
|
|
<if test="tid != null and tid != ''">tid,</if>
|
|
|
+ <if test="wcBid != null and wcBid != ''">wcBid,</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="wlBid != null">#{wlBid},</if>
|
|
|
@@ -37,6 +38,7 @@
|
|
|
<if test="wlCreateddate != null">#{wlCreateddate},</if>
|
|
|
<if test="wlData != null">#{wlData},</if>
|
|
|
<if test="tid != null and tid != ''">#{tid},</if>
|
|
|
+ <if test="wcBid != null and wcBid != ''">#{wcBid},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
<insert id="insertIncrementReCount" parameterType="IotWarncount" useGeneratedKeys="true" keyProperty="id">
|