Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yichengstreet-be
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yichengstreet
yichengstreet-be
Commits
82f401e5
Commit
82f401e5
authored
Jun 24, 2025
by
lixuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 房源
parent
b780c8e5
Pipeline
#145097
failed with stages
in 47 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
HouseResourceExport.java
...com/ruoyi/system/domain/house/vo/HouseResourceExport.java
+10
-6
HouseResourceMapper.xml
...m/src/main/resources/mapper/house/HouseResourceMapper.xml
+2
-1
No files found.
ruoyi-system/src/main/java/com/ruoyi/system/domain/house/vo/HouseResourceExport.java
View file @
82f401e5
...
...
@@ -9,21 +9,25 @@ import java.util.List;
@Data
public
class
HouseResourceExport
{
@Excel
(
name
=
"
二级网格
"
)
@Excel
(
name
=
"
所属社区
"
)
private
String
wgName2
;
@Excel
(
name
=
"
三级网格
"
)
@Excel
(
name
=
"
所属经营主体
"
)
private
String
wgName3
;
@Excel
(
name
=
"
四级网格
"
)
@Excel
(
name
=
"
所属门牌号
"
)
private
String
wgName4
;
@Excel
(
name
=
"类型"
,
readConverterExp
=
"1=楼宇,4=道路,5=街区,6=综合体,7=市场"
)
private
int
type
;
@Excel
(
name
=
"经营主体性质"
)
private
String
nature
;
@Excel
(
name
=
"经营主体名称"
)
private
List
<
String
>
businessEntityInfoNames
;
@Excel
(
name
=
"
所属门牌
号"
)
@Excel
(
name
=
"
门面
号"
)
private
String
houseNumber
;
private
int
houseResourceType
;
...
...
@@ -60,8 +64,8 @@ public class HouseResourceExport {
@Excel
(
name
=
"工作人员数量"
)
private
Integer
workerNumber
;
@Excel
(
name
=
"
性质
"
)
private
String
nature
;
@Excel
(
name
=
"
注册地是否宜城街道"
,
readConverterExp
=
"0=否,1=是
"
)
private
Integer
registrationPlaceFlag
;
@Excel
(
name
=
"注册地址"
)
private
String
registeredAddress
;
...
...
ruoyi-system/src/main/resources/mapper/house/HouseResourceMapper.xml
View file @
82f401e5
...
...
@@ -277,7 +277,8 @@
SELECT
t2.wg_name AS wgName4,
t1.*,
t4.year_sell
t3.*,
t4.*
FROM
house_resource t1
LEFT JOIN grid_region t2 ON t2.wg_code = t1.four
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment