|
|
|
@ -440,6 +440,7 @@
|
|
|
|
|
<if test="userId != null">user_id,</if>
|
|
|
|
|
<if test="deptId != null">dept_id,</if>
|
|
|
|
|
<if test="uuto != null">uuto,</if>
|
|
|
|
|
<if test="checkStatus != null">check_status,</if>
|
|
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
@ -464,6 +465,7 @@
|
|
|
|
|
<if test="userId != null">#{userId},</if>
|
|
|
|
|
<if test="deptId != null">#{deptId},</if>
|
|
|
|
|
<if test="uuto != null">#{uuto},</if>
|
|
|
|
|
<if test="checkStatus != null">#{checkStatus},</if>
|
|
|
|
|
</trim>
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|