wlzboy
1 天以前 08f95b2f159b56fa3bd4f4b348855989de8aa456
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>