|
@@ -1125,7 +1125,8 @@
|
|
select
|
|
select
|
|
ANY_VALUE(c.user_name) as user_name,
|
|
ANY_VALUE(c.user_name) as user_name,
|
|
ANY_VALUE(c.age) as age,
|
|
ANY_VALUE(c.age) as age,
|
|
- ANY_VALUE(STUFF (c.id_card, 7, 8, '********')) AS id_card,
|
|
|
|
|
|
+ /*ANY_VALUE(STUFF (c.id_card, 7, 8, '********')) AS id_card,*/
|
|
|
|
+ ANY_VALUE(c.id_card) AS id_card,
|
|
ANY_VALUE(c.province) as province,
|
|
ANY_VALUE(c.province) as province,
|
|
ANY_VALUE(c.city) as city,
|
|
ANY_VALUE(c.city) as city,
|
|
ANY_VALUE(c.region) as region,
|
|
ANY_VALUE(c.region) as region,
|