Commit 78528524 authored by lixuan's avatar lixuan

feat: 房源

parent 7ee830c6
Pipeline #143949 failed with stages
in 28 minutes and 17 seconds
......@@ -97,4 +97,6 @@ public class HouseResourcePage {
private String remark;
private List<String> businessEntityInfoNames;
private BigDecimal income;
}
......@@ -118,7 +118,7 @@
SELECT
t2.wg_name AS wgName4,
t1.*,
t4.year_sell
SUM(t4.year_sell) AS income
FROM
house_resource t1
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