|
@@ -340,7 +340,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="loginDate != null">login_date = #{loginDate},</if>
|
|
|
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
- <if test="tenantId != null and tenantId != ''">tenant_id = #{tenantId},</if>
|
|
|
+<!-- 禁止修改租户-->
|
|
|
+<!-- <if test="tenantId != null and tenantId != ''">tenant_id = #{tenantId},</if>-->
|
|
|
<if test="userType != null and userType != ''">user_type = #{userType},</if>
|
|
|
<if test="jobNumber != null and jobNumber != ''">job_number = #{jobNumber},</if>
|
|
|
<if test="userCode != null and userCode != ''">user_code = #{userCode},</if>
|