Commit 8b2a37ca authored by lixuan's avatar lixuan

Merge branch 'dev'

parents 79d14845 78528524
Pipeline #143950 failed with stages
in 28 minutes and 27 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