|
@@ -99,6 +99,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="delFlag != null">del_flag,</if>
|
|
|
<if test="taskProcessKey != null">task_process_key,</if>
|
|
|
<if test="taskNodeKey != null">task_node_key,</if>
|
|
|
+ <if test="qtCodeNumber != null">qtCodeNumber,</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="outboundNo != null">#{outboundNo},</if>
|
|
@@ -126,6 +127,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="delFlag != null">#{delFlag},</if>
|
|
|
<if test="taskProcessKey != null">#{taskProcessKey},</if>
|
|
|
<if test="taskNodeKey != null">#{taskNodeKey},</if>
|
|
|
+ <if test="qtCodeNumber != null">#{qtCodeNumber},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|