|
|
@@ -36,8 +36,8 @@
|
|
36
|
36
|
SELECT d.org_name ssfgs, c.org_name sszsk, b.org_name ssfk, a.id,a.org_name orgName,
|
|
37
|
37
|
a.store_type_name storeTypeName,a.store_type_code storeTypeCode,a.org_state orgState,
|
|
38
|
38
|
a.parent_id parentId,a.build_time buildTime,a.cf_status cfStatus,a.keeper,a.lxfs,a.zlxgd,
|
|
39
|
|
- a.sjcr,a.chang,a.kuan,a.last_time lastTime,a.house_type houseType,a.high,a.radius,s.pz,be.enum_name,
|
|
40
|
|
- ui.user_name keeper_name
|
|
|
39
|
+ a.sjcr,a.chang,a.kuan,a.last_time lastTime,a.house_type houseType,a.high,a.radius,s.pz,be.enum_name pzName,
|
|
|
40
|
+ ui.user_name keeperName
|
|
41
|
41
|
FROM org_info a
|
|
42
|
42
|
LEFT JOIN org_info b on b.id=a.parent_id
|
|
43
|
43
|
LEFT JOIN org_info c on c.id=b.parent_id
|