maven
14 小时以前 ccf8e35d90bcfe06d9c28af3029c806d1ceb1b11
src/main/resources/mapper/system/SysUserMapper.xml
@@ -207,6 +207,7 @@
          <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">tenant_id = #{tenantId},</if>
          update_time = sysdate()
       </set>
       where user_id = #{userId}