Commit 6cf0a0ca authored by lixuan's avatar lixuan

feat: 房源

parent ef6f1ecc
Pipeline #144151 failed with stages
in 6 minutes and 3 seconds
...@@ -99,4 +99,8 @@ public class HouseResourcePage { ...@@ -99,4 +99,8 @@ public class HouseResourcePage {
private List<String> businessEntityInfoNames; private List<String> businessEntityInfoNames;
private BigDecimal income; private BigDecimal income;
private String nature;
private String industryClassification;
} }
...@@ -120,7 +120,9 @@ ...@@ -120,7 +120,9 @@
SELECT SELECT
t2.wg_name AS wgName4, t2.wg_name AS wgName4,
t1.*, t1.*,
SUM(t4.year_sell) AS income SUM(t4.year_sell) AS income,
t3.nature,
t3.industry_classification
FROM FROM
house_resource t1 house_resource t1
LEFT JOIN grid_region t2 ON t2.wg_code = t1.four LEFT JOIN grid_region t2 ON t2.wg_code = t1.four
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment