Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
1c54f95b
Commit
1c54f95b
authored
Aug 17, 2023
by
liuChang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
集团户 地方国企
parent
33dafbda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
JskCombineInfoController.java
.../com/dsk/web/controller/dsk/JskCombineInfoController.java
+10
-2
JskCombineInfoService.java
...java/com/dsk/system/dskService/JskCombineInfoService.java
+5
-0
No files found.
dsk-admin/src/main/java/com/dsk/web/controller/dsk/JskCombineInfoController.java
View file @
1c54f95b
...
@@ -100,7 +100,7 @@ public class JskCombineInfoController extends BaseController {
...
@@ -100,7 +100,7 @@ public class JskCombineInfoController extends BaseController {
}
}
/**
/**
* 查央企子公司
* 查央企子公司
翻页
*/
*/
@PostMapping
(
"/centralEnterprse/child/page"
)
@PostMapping
(
"/centralEnterprse/child/page"
)
public
AjaxResult
centralEnterprseChildPage
(
@RequestBody
JSONObject
object
)
{
public
AjaxResult
centralEnterprseChildPage
(
@RequestBody
JSONObject
object
)
{
...
@@ -115,6 +115,14 @@ public class JskCombineInfoController extends BaseController {
...
@@ -115,6 +115,14 @@ public class JskCombineInfoController extends BaseController {
return
baseService
.
centralEnterprseLocal
(
object
);
return
baseService
.
centralEnterprseLocal
(
object
);
}
}
/**
* 查地方国企 翻页
*/
@PostMapping
(
"/centralEnterprse/local/page"
)
public
AjaxResult
centralEnterprseLocalPage
(
@RequestBody
JSONObject
object
)
{
return
baseService
.
centralEnterprseLocalPage
(
object
);
}
/**
/**
* 民营企业
* 民营企业
*/
*/
...
@@ -124,7 +132,7 @@ public class JskCombineInfoController extends BaseController {
...
@@ -124,7 +132,7 @@ public class JskCombineInfoController extends BaseController {
}
}
/**
/**
* 民营企业
* 民营企业
翻页
*/
*/
@PostMapping
(
"/centralEnterprse/social/page"
)
@PostMapping
(
"/centralEnterprse/social/page"
)
public
AjaxResult
centralEnterprseSocialPage
(
@RequestBody
JSONObject
object
)
{
public
AjaxResult
centralEnterprseSocialPage
(
@RequestBody
JSONObject
object
)
{
...
...
dsk-system/src/main/java/com/dsk/system/dskService/JskCombineInfoService.java
View file @
1c54f95b
...
@@ -127,6 +127,11 @@ public class JskCombineInfoService {
...
@@ -127,6 +127,11 @@ public class JskCombineInfoService {
return
BeanUtil
.
toBean
(
map
,
AjaxResult
.
class
);
return
BeanUtil
.
toBean
(
map
,
AjaxResult
.
class
);
}
}
public
AjaxResult
centralEnterprseLocalPage
(
JSONObject
object
)
{
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/nationzj/enterprice/centralEnterprse/local/page"
,
object
);
return
BeanUtil
.
toBean
(
map
,
AjaxResult
.
class
);
}
public
AjaxResult
centralEnterprseSocial
()
{
public
AjaxResult
centralEnterprseSocial
()
{
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/nationzj/enterprice/centralEnterprse/social"
,
null
);
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/nationzj/enterprice/centralEnterprse/social"
,
null
);
return
BeanUtil
.
toBean
(
map
,
AjaxResult
.
class
);
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