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
08e0ad1c
Commit
08e0ad1c
authored
May 15, 2024
by
dengguangman
Committed by
Administrator
May 15, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-信用中国
Signed-off-by:
Administrator
<
admin@example.com
>
parent
97d843a3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
29 deletions
+48
-29
EnterpriseCreditController.java
...va/com/dsk/jsk/controller/EnterpriseCreditController.java
+30
-17
EnterpriseCreditService.java
...ain/java/com/dsk/jsk/service/EnterpriseCreditService.java
+18
-12
No files found.
dsk-module/dsk-biz-api/src/main/java/com/dsk/jsk/controller/EnterpriseCreditController.java
View file @
08e0ad1c
...
...
@@ -120,9 +120,9 @@ public class EnterpriseCreditController {
*@Author: Dgm
*@date: 2024/5/13 14:24
*/
@PostMapping
(
value
=
"/select
PageChinaXzxkInfo
"
)
public
TableDataInfo
select
PageChinaXzxkInfo
(
@RequestBody
@Valid
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
return
enterpriseCreditService
.
select
PageChinaXzxkInfo
(
body
);
@PostMapping
(
value
=
"/select
ChinaXzxkPage
"
)
public
TableDataInfo
select
ChinaXzxkPage
(
@RequestBody
@Valid
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
return
enterpriseCreditService
.
select
ChinaXzxkPage
(
body
);
}
/***
...
...
@@ -132,7 +132,7 @@ public class EnterpriseCreditController {
*@Author: Dgm
*@date: 2024/5/13 14:24
*/
@PostMapping
(
value
=
"/selectChinaXz
cf
/detail"
)
@PostMapping
(
value
=
"/selectChinaXz
xk
/detail"
)
public
R
selectChinaXzxkDetail
(
@RequestBody
@Valid
EnterpriseCreditChinaDetailBody
body
)
throws
Exception
{
return
enterpriseCreditService
.
selectChinaXzxkDetail
(
body
);
}
...
...
@@ -144,9 +144,9 @@ public class EnterpriseCreditController {
*@Author: Dgm
*@date: 2024/5/13 14:24
*/
@PostMapping
(
value
=
"/select
PageChinaXzcfInfo
"
)
public
TableDataInfo
select
PageChinaXzcfInfo
(
@RequestBody
@Valid
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
return
enterpriseCreditService
.
select
PageChinaXzcfInfo
(
body
);
@PostMapping
(
value
=
"/select
ChinaXzcfPage
"
)
public
TableDataInfo
select
ChinaXzcfPage
(
@RequestBody
@Valid
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
return
enterpriseCreditService
.
select
ChinaXzcfPage
(
body
);
}
/***
...
...
@@ -156,7 +156,7 @@ public class EnterpriseCreditController {
*@Author: Dgm
*@date: 2024/5/13 14:24
*/
@PostMapping
(
value
=
"/selectChinaXzcf
D
etail"
)
@PostMapping
(
value
=
"/selectChinaXzcf
/d
etail"
)
public
R
selectChinaXzcfDetail
(
@RequestBody
@Valid
EnterpriseCreditChinaDetailBody
body
)
throws
Exception
{
return
enterpriseCreditService
.
selectChinaXzcfDetail
(
body
);
}
...
...
@@ -168,11 +168,24 @@ public class EnterpriseCreditController {
*@Author: Dgm
*@date: 2024/5/13 14:24
*/
@PostMapping
(
value
=
"/select
PageChinaNsxydjInfo
"
)
public
TableDataInfo
select
PageChinaNsxydjInfo
(
@RequestBody
@Valid
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
return
enterpriseCreditService
.
select
PageChinaNsxydjInfo
(
body
);
@PostMapping
(
value
=
"/select
ChinaNsxydjPage
"
)
public
TableDataInfo
select
ChinaNsxydjPage
(
@RequestBody
@Valid
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
return
enterpriseCreditService
.
select
ChinaNsxydjPage
(
body
);
}
/***
*@Description: 信用中国-诚实守信-海关高级认证企业
*@Param:
*@return: com.dsk.common.core.page.TableDataInfo
*@Author: Dgm
*@date: 2024/5/13 14:24
*/
@PostMapping
(
value
=
"/selectChinaHggjczqyPage"
)
public
TableDataInfo
selectChinaHggjczqyPage
(
@RequestBody
@Valid
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
return
enterpriseCreditService
.
selectChinaHggjczqyPage
(
body
);
}
/***
*@Description: 信用中国-诚实守信-严重失信主体名单
*@Param:
...
...
@@ -180,9 +193,9 @@ public class EnterpriseCreditController {
*@Author: Dgm
*@date: 2024/5/13 14:24
*/
@PostMapping
(
value
=
"/select
PageChinaYzsxztmdInfo
"
)
public
TableDataInfo
select
PageChinaYzsxztmdInfo
(
@RequestBody
@Valid
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
return
enterpriseCreditService
.
select
PageChinaYzsxztmdInfo
(
body
);
@PostMapping
(
value
=
"/select
ChinaYzsxztmdPage
"
)
public
TableDataInfo
select
ChinaYzsxztmdPage
(
@RequestBody
@Valid
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
return
enterpriseCreditService
.
select
ChinaYzsxztmdPage
(
body
);
}
/***
...
...
@@ -192,9 +205,9 @@ public class EnterpriseCreditController {
*@Author: Dgm
*@date: 2024/5/13 14:24
*/
@PostMapping
(
value
=
"/select
PageChinaJyycInfo
"
)
public
TableDataInfo
select
PageChinaJyycInfo
(
@RequestBody
@Valid
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
return
enterpriseCreditService
.
select
PageChinaJyycInfo
(
body
);
@PostMapping
(
value
=
"/select
ChinaJyycPage
"
)
public
TableDataInfo
select
ChinaJyycPage
(
@RequestBody
@Valid
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
return
enterpriseCreditService
.
select
ChinaJyycPage
(
body
);
}
}
dsk-module/dsk-biz-api/src/main/java/com/dsk/jsk/service/EnterpriseCreditService.java
View file @
08e0ad1c
...
...
@@ -145,43 +145,49 @@ public class EnterpriseCreditService {
return
dskOpenApiUtil
.
responsePage
(
map
);
}
public
TableDataInfo
select
PageChinaXzxkInfo
(
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
public
TableDataInfo
select
ChinaXzxkPage
(
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
if
(
body
.
isVaildCid
())
return
new
TableDataInfo
(
new
ArrayList
<>(),
0
);
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/
api/jsk/enterpriseCredit/china/selectPageChinaXzxkInfo
"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/
operate/enterpriseCredit/selectChinaXzxkPage
"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
return
dskOpenApiUtil
.
responsePage
(
map
);
}
public
R
selectChinaXzxkDetail
(
EnterpriseCreditChinaDetailBody
body
)
throws
Exception
{
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/
api/jsk/enterpriseCredit/china/selectChinaXzxkInfo
"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/
operate/enterpriseCredit/selectChinaXzxkDetail
"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
return
BeanUtil
.
toBean
(
map
,
R
.
class
);
}
public
TableDataInfo
select
PageChinaXzcfInfo
(
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
public
TableDataInfo
select
ChinaXzcfPage
(
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
if
(
body
.
isVaildCid
())
return
new
TableDataInfo
(
new
ArrayList
<>(),
0
);
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/
api/jsk/enterpriseCredit/china/selectPageChinaXzcfInfo
"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/
operate/enterpriseCredit/selectChinaXzcfPage
"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
return
dskOpenApiUtil
.
responsePage
(
map
);
}
public
R
selectChinaXzcfDetail
(
EnterpriseCreditChinaDetailBody
body
)
throws
Exception
{
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/
api/jsk/enterpriseCredit/china/selectChinaXzcfInfo
"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/
operate/enterpriseCredit/selectChinaXzcfDetail
"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
return
BeanUtil
.
toBean
(
map
,
R
.
class
);
}
public
TableDataInfo
select
PageChinaNsxydjInfo
(
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
public
TableDataInfo
select
ChinaNsxydjPage
(
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
if
(
body
.
isVaildCid
())
return
new
TableDataInfo
(
new
ArrayList
<>(),
0
);
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/
api/jsk/enterpriseCredit/china/selectPageChinaNsxydjInfo
"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/
operate/enterpriseCredit/selectChinaNsxydjPage
"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
return
dskOpenApiUtil
.
responsePage
(
map
);
}
public
TableDataInfo
select
PageChinaYzsxztmdInfo
(
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
public
TableDataInfo
select
ChinaHggjczqyPage
(
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
if
(
body
.
isVaildCid
())
return
new
TableDataInfo
(
new
ArrayList
<>(),
0
);
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/
api/jsk/enterpriseCredit/china/selectPageChinaYzsxztmdInfo
"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/
operate/enterpriseCredit/selectChinaHggjczqyPage
"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
return
dskOpenApiUtil
.
responsePage
(
map
);
}
public
TableDataInfo
select
PageChinaJyycInfo
(
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
public
TableDataInfo
select
ChinaYzsxztmdPage
(
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
if
(
body
.
isVaildCid
())
return
new
TableDataInfo
(
new
ArrayList
<>(),
0
);
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/api/jsk/enterpriseCredit/china/selectPageChinaJyycInfo"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/operate/enterpriseCredit/selectChinaYzsxztmdPage"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
return
dskOpenApiUtil
.
responsePage
(
map
);
}
public
TableDataInfo
selectChinaJyycPage
(
EnterpriseCreditChinaPageBody
body
)
throws
Exception
{
if
(
body
.
isVaildCid
())
return
new
TableDataInfo
(
new
ArrayList
<>(),
0
);
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/operate/enterpriseCredit/selectChinaJyycPage"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
return
dskOpenApiUtil
.
responsePage
(
map
);
}
}
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