Commit d2f9e7cf authored by lixuan's avatar lixuan

feat: 房源

parent 6520cfb5
Pipeline #144995 failed with stages
in 6 minutes and 46 seconds
...@@ -218,7 +218,8 @@ ...@@ -218,7 +218,8 @@
<select id="selectList" resultType="com.ruoyi.system.domain.house.vo.HouseResourcePage"> <select id="selectList" resultType="com.ruoyi.system.domain.house.vo.HouseResourcePage">
SELECT SELECT
t2.wg_name AS wgName4, t2.wg_name AS wgName4,
t1.* t1.*,
t4.year_sell
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