|
|
@@ -69,9 +69,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="userId != null ">#{userId},</if>
|
|
|
+ <if test="userName != null and userName != ''">#{userName},</if>
|
|
|
<if test="loginName != null and loginName != ''"> #{loginName},</if>
|
|
|
<if test="sapEmployeeId != null and sapEmployeeId != ''"> #{sapEmployeeId},</if>
|
|
|
- <if test="userName != null and userName != ''">#{userName},</if>
|
|
|
<if test="orgCode != null and orgCode != ''">#{orgCode},</if>
|
|
|
<if test="orgName != null and orgName != ''">#{orgName},</if>
|
|
|
<if test="level != null and level != ''">#{level},</if>
|