Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
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
Administrator
dsk-cr20g
Commits
8c9222ef
Commit
8c9222ef
authored
Sep 15, 2023
by
liuChang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公招市场
parent
47c6a1b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
BusinessOpportunityRadarController.java
...search/controller/BusinessOpportunityRadarController.java
+8
-0
BusinessOpportunityRadarService.java
...m/dsk/search/service/BusinessOpportunityRadarService.java
+5
-0
No files found.
dsk-module/dsk-biz-api/src/main/java/com/dsk/search/controller/BusinessOpportunityRadarController.java
View file @
8c9222ef
...
@@ -190,4 +190,12 @@ public class BusinessOpportunityRadarController {
...
@@ -190,4 +190,12 @@ public class BusinessOpportunityRadarController {
ExcelUtils
<
ImportantProjectExportVo
>
util
=
new
ExcelUtils
<>(
ImportantProjectExportVo
.
class
);
ExcelUtils
<
ImportantProjectExportVo
>
util
=
new
ExcelUtils
<>(
ImportantProjectExportVo
.
class
);
util
.
exportExcel
(
response
,
list
,
"重点项目"
,
"重点项目导出明细"
,
true
);
util
.
exportExcel
(
response
,
list
,
"重点项目"
,
"重点项目导出明细"
,
true
);
}
}
/*
* 公招市场
*/
@RequestMapping
(
"/bxproPage"
)
public
AjaxResult
bxproPage
(
@RequestBody
JSONObject
object
)
{
return
opportunityRadarService
.
bxproPage
(
object
);
}
}
}
dsk-module/dsk-biz-api/src/main/java/com/dsk/search/service/BusinessOpportunityRadarService.java
View file @
8c9222ef
...
@@ -160,4 +160,9 @@ public class BusinessOpportunityRadarService {
...
@@ -160,4 +160,9 @@ public class BusinessOpportunityRadarService {
return
result
;
return
result
;
}
}
public
AjaxResult
bxproPage
(
JSONObject
object
)
{
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/nationzj/subscription/bxproPage"
,
object
);
return
BeanUtil
.
toBean
(
map
,
AjaxResult
.
class
);
}
}
}
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