From 08f95b2f159b56fa3bd4f4b348855989de8aa456 Mon Sep 17 00:00:00 2001 From: wlzboy <66905212@qq.com> Date: 星期四, 18 十二月 2025 21:48:18 +0800 Subject: [PATCH] feat: vehicle --- ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml index c0abc50..b62ed45 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml @@ -172,6 +172,7 @@ <if test="status != null and status != ''">status,</if> <if test="oaUserId != null">oa_user_id,</if> <if test="oaOrderClass != null and oaOrderClass != ''">oa_order_class,</if> + <if test="canViewAllConsult != null and canViewAllConsult != ''">can_view_all_consult,</if> <if test="qyWechatUserId != null and qyWechatUserId != ''">qy_wechat_user_id,</if> <if test="qyWechatUpdateTime != null">qy_wechat_update_time,</if> <if test="createBy != null and createBy != ''">create_by,</if> -- Gitblit v1.9.1