From cce85ba1ee25925a859c548af36c917518ba1ef0 Mon Sep 17 00:00:00 2001 From: zhangyue Date: Mon, 9 Mar 2026 11:37:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=20rz=5Fflag=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=88=B0=E7=94=A8=E6=88=B7=E6=9F=A5=E8=AF=A2=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-infrastructure/src/main/resources/mapper/UserMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web-infrastructure/src/main/resources/mapper/UserMapper.xml b/web-infrastructure/src/main/resources/mapper/UserMapper.xml index 301ae437..c3a1d0ed 100644 --- a/web-infrastructure/src/main/resources/mapper/UserMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/UserMapper.xml @@ -311,6 +311,7 @@ u.political_affiliation_name, u.employment_flag, u.flow_flag, + u.rz_flag, CASE WHEN LENGTH(FROM_BASE64(u.user_id_card)) > 0 AND MOD(SUBSTRING(FROM_BASE64(u.user_id_card), 17, 1), 2) = 1 THEN @@ -389,6 +390,7 @@ u.political_affiliation_name, u.employment_flag, u.flow_flag, + u.rz_flag, CASE WHEN LENGTH(FROM_BASE64(u.user_id_card)) > 0 AND MOD(SUBSTRING(FROM_BASE64(u.user_id_card), 17, 1), 2) = 1 THEN