smartor/src/main/resources/mapper/smartor/SysUserDeptMapper.xml
@@ -106,6 +106,9 @@ <if test="orgid != null "> orgid, </if> <if test="userCode != null "> user_code, </if> </trim> <trim prefix="values (" suffix=")" suffixOverrides=","> <if test="userId != null">#{userId}, @@ -133,6 +136,9 @@ <if test="orgid != null "> #{orgid}, </if> <if test="userCode != null "> #{userCode}, </if> </trim> </insert>