|
@@ -127,6 +127,10 @@
|
|
|
<if test="delFlag != null">del_flag,</if>
|
|
|
<if test="remark != null">remark,</if>
|
|
|
<if test="taskProcessType != null">task_process_type,</if>
|
|
|
+ <if test="taskProcessType != null">task_process_type,</if>
|
|
|
+ <if test="createById != null">create_by_id,</if>
|
|
|
+ <if test="createBy != null">create_by,</if>
|
|
|
+ <if test="createTime != null">create_time,</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="taskKey != null">#{taskKey},</if>
|
|
@@ -142,6 +146,9 @@
|
|
|
<if test="delFlag != null">#{delFlag},</if>
|
|
|
<if test="remark != null">#{remark},</if>
|
|
|
<if test="taskProcessType != null">#{taskProcessType},</if>
|
|
|
+ <if test="createById != null">#{createById},</if>
|
|
|
+ <if test="createBy != null">#{createBy},</if>
|
|
|
+ <if test="createTime != null">#{createTime},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|