|
@@ -1130,8 +1130,8 @@
|
|
|
where region_id = #{regionId};
|
|
|
</select>
|
|
|
<select id="getAllCzrk" resultMap="CzrkResult">
|
|
|
- select c.user_name, STUFF(c.id_card,7,8,'********') as id_card, c.province, c.city, c.region,
|
|
|
- c.village_towns, c.village, c.villager_group,replace(c.now_in,'/','') as now_in,,c.key_industries,
|
|
|
+ select c.user_name,c.age, STUFF(c.id_card,7,8,'********') as id_card, c.province, c.city, c.region,
|
|
|
+ c.village_towns, c.village, c.villager_group,replace(c.now_in,'/','') as now_in,c.key_industries,
|
|
|
c.user_name, c.gender,c.phone_num, c.code, c.house_type, c.yhzgx,
|
|
|
cj.province as provinceXjd,cj.city as cityXjd,
|
|
|
cj.region as regionXjd,cj.town as villageTownsXjd,
|