龚焕茏
2024-03-21 945afec19a11ea45375ab1a0e739ef8fc4d22ed1
ycl-server/src/main/resources/mapper/system/SysUserMapper.xml
@@ -192,7 +192,6 @@
          <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
          <if test="remark != null">remark = #{remark},</if>
           <if test="firstLogin !=null ">first_login = #{firstLogin}</if>
          update_time = sysdate()
       </set>
       where user_id = #{userId}
   </update>