Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
EL-ADMIN
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
JiangSN
EL-ADMIN
Commits
6b5e9f79
Commit
6b5e9f79
authored
Oct 12, 2021
by
井熙铎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
缴存总量查询
parent
9f754b2f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
85 additions
and
64 deletions
+85
-64
index.vue
eladmin-web/src/views/polling/jczlcx/index.vue
+17
-23
JczlcxController.java
...rc/main/java/me/zhengjie/controller/JczlcxController.java
+1
-20
LxjcjyController.java
...rc/main/java/me/zhengjie/controller/LxjcjyController.java
+1
-21
LxjcjyDeploy.java
...erface/src/main/java/me/zhengjie/domain/LxjcjyDeploy.java
+66
-0
No files found.
eladmin-web/src/views/polling/jczlcx/index.vue
View file @
6b5e9f79
...
@@ -16,22 +16,22 @@
...
@@ -16,22 +16,22 @@
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<div
class=
"grid-content bg-purple"
>
<div
class=
"grid-content bg-purple"
>
<el-form-item
label=
"
请求接口"
prop=
"qqjk
"
>
<el-form-item
label=
"
证件类型"
prop=
"zjlx
"
>
<el-input
v-model=
"form.
qqjk
"
style=
"width: 370px"
:disabled=
"true"
/>
<el-input
v-model=
"form.
zjlx
"
style=
"width: 370px"
:disabled=
"true"
/>
</el-form-item>
</el-form-item>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<div
class=
"grid-content bg-purple-light"
>
<div
class=
"grid-content bg-purple-light"
>
<el-form-item
label=
"
请求时间"
prop=
"qqsj
"
>
<el-form-item
label=
"
证件号码"
prop=
"zjhm
"
>
<el-input
v-model=
"form.
qqsj
"
style=
"width: 370px"
:disabled=
"true"
/>
<el-input
v-model=
"form.
zjhm
"
style=
"width: 370px"
:disabled=
"true"
/>
</el-form-item>
</el-form-item>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<div
class=
"grid-content bg-purple"
>
<div
class=
"grid-content bg-purple"
>
<el-form-item
label=
"
请求内容"
prop=
"qqnr
"
>
<el-form-item
label=
"
状态"
prop=
"status
"
>
<el-input
v-model=
"form.
qqnr
"
type=
"textarea"
style=
"width: 370px"
:disabled=
"true"
/>
<el-input
v-model=
"form.
status
"
type=
"textarea"
style=
"width: 370px"
:disabled=
"true"
/>
</el-form-item>
</el-form-item>
</div>
</div>
</el-col>
</el-col>
...
@@ -39,30 +39,24 @@
...
@@ -39,30 +39,24 @@
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<div
class=
"grid-content bg-purple"
>
<div
class=
"grid-content bg-purple"
>
<el-form-item
label=
"
响应时间"
prop=
"xysj
"
>
<el-form-item
label=
"
姓名"
prop=
"xingming
"
>
<el-input
v-model
.
number=
"form.x
ysj
"
style=
"width: 370px;"
:disabled=
"true"
/>
<el-input
v-model
.
number=
"form.x
ingming
"
style=
"width: 370px;"
:disabled=
"true"
/>
</el-form-item>
</el-form-item>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"
响应状态"
prop=
"xyzt
"
>
<el-form-item
label=
"
插入日期"
prop=
"crrq
"
>
<el-input
v-model
.
number=
"form.
xyzt
"
style=
"width: 370px;"
:disabled=
"true"
/>
<el-input
v-model
.
number=
"form.
crrq
"
style=
"width: 370px;"
:disabled=
"true"
/>
</el-form-item>
</el-form-item>
<div
class=
"grid-content bg-purple-light"
/>
<div
class=
"grid-content bg-purple-light"
/>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<div
class=
"grid-content bg-purple"
/>
<el-form-item
label=
"响应内容"
prop=
"xynr"
>
<el-input
v-model=
"form.xynr"
style=
"width: 370px"
:disabled=
"true"
/>
</el-form-item>
</el-col>
</el-row>
</el-row>
<el-divider
content-position=
"left"
>
返回参数
</el-divider>
<el-divider
content-position=
"left"
>
返回参数
</el-divider>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<div
class=
"grid-content bg-purple"
>
<div
class=
"grid-content bg-purple"
>
<el-form-item
label=
"
单位名称"
prop=
"entName
"
>
<el-form-item
label=
"
证件类型"
prop=
"zjlx
"
>
<el-input
v-model=
"form.
entName
"
style=
"width: 370px"
:disabled=
"true"
/>
<el-input
v-model=
"form.
zjlx
"
style=
"width: 370px"
:disabled=
"true"
/>
</el-form-item>
</el-form-item>
</div>
</div>
</el-col>
</el-col>
...
@@ -155,11 +149,11 @@
...
@@ -155,11 +149,11 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<!-- <el-table-column type="selection" width="55" />-->
<!-- <el-table-column type="selection" width="55" />-->
<el-table-column
prop=
"
qqjk"
label=
"请求接口
"
/>
<el-table-column
prop=
"
zjlx"
label=
"证件类型
"
/>
<el-table-column
prop=
"
qqsj"
label=
"请求时间
"
/>
<el-table-column
prop=
"
zjhm"
label=
"证件号码
"
/>
<el-table-column
prop=
"
xysj"
label=
"响应时间
"
/>
<el-table-column
prop=
"
status"
label=
"状态
"
/>
<el-table-column
prop=
"x
yzt"
label=
"响应状态
"
/>
<el-table-column
prop=
"x
ingming"
label=
"姓名
"
/>
<el-table-column
prop=
"
xynr"
label=
"响应内容
"
/>
<el-table-column
prop=
"
crrq"
label=
"插入日期
"
/>
</el-table>
</el-table>
<!--分页组件-->
<!--分页组件-->
<pagination
/>
<pagination
/>
...
...
eladmin/eladmin-interface/src/main/java/me/zhengjie/controller/JczlcxController.java
View file @
6b5e9f79
...
@@ -53,31 +53,12 @@ import java.util.Map;
...
@@ -53,31 +53,12 @@ import java.util.Map;
@RequestMapping
(
"api/JczlcxController"
)
@RequestMapping
(
"api/JczlcxController"
)
@Api
(
tags
=
"查询:缴存总览查询接口流水"
)
@Api
(
tags
=
"查询:缴存总览查询接口流水"
)
public
class
JczlcxController
{
public
class
JczlcxController
{
private
static
final
Logger
logger
=
LoggerFactory
.
getLogger
(
JczlcxController
.
class
);
@Autowired
@Autowired
private
JczlcxService
jczlcxService
;
private
JczlcxService
jczlcxService
;
@ApiOperation
(
"查询公司注册信息"
)
@AnonymousAccess
@RequestMapping
(
"/Test"
)
public
Map
Test
(){
CloseableHttpClient
httpClinet
=
shengneiUtil
.
createSSLClientDefault
();
/*String token = getToken(httpClinet);
System.out.println(token);
JSONObject parseObject = JSON.parseObject(token);*/
Date
date
=
new
Date
();
SimpleDateFormat
sdf
=
new
SimpleDateFormat
(
"yyyy-MM-dd HH:mm:ss"
);
String
da
=
sdf
.
format
(
date
);
String
url
=
"https://gateway.zsj.jl.cegn.cn/api/visual/queryEBaseinfos"
;
JSONObject
obj
=
new
JSONObject
();
String
doPost
=
shengneiUtil
.
doPost
(
url
,
obj
.
toString
(),
"514f30bb290b875cf718ef0f10886c15"
,
httpClinet
);
@ApiOperation
(
value
=
"查询缴存总览查询 接口流水"
)
logger
.
info
(
doPost
);
return
new
HashMap
<>();
}
@ApiOperation
(
value
=
"查询企业信息接口流水"
)
@GetMapping
@GetMapping
@PreAuthorize
(
"@el.check('serverDeploy:list')"
)
@PreAuthorize
(
"@el.check('serverDeploy:list')"
)
public
ResponseEntity
<
Object
>
query
(
JczlcxDeployQueryCriteria
criteria
,
Pageable
pageable
){
public
ResponseEntity
<
Object
>
query
(
JczlcxDeployQueryCriteria
criteria
,
Pageable
pageable
){
...
...
eladmin/eladmin-interface/src/main/java/me/zhengjie/controller/LxjcjyController.java
View file @
6b5e9f79
...
@@ -53,31 +53,11 @@ import java.util.Map;
...
@@ -53,31 +53,11 @@ import java.util.Map;
@RequestMapping
(
"api/LxjcjyController"
)
@RequestMapping
(
"api/LxjcjyController"
)
@Api
(
tags
=
"查询:连续缴存校验接口流水"
)
@Api
(
tags
=
"查询:连续缴存校验接口流水"
)
public
class
LxjcjyController
{
public
class
LxjcjyController
{
private
static
final
Logger
logger
=
LoggerFactory
.
getLogger
(
LxjcjyController
.
class
);
@Autowired
@Autowired
private
LxjcjyService
lxjcjyService
;
private
LxjcjyService
lxjcjyService
;
@ApiOperation
(
"查询公司注册信息"
)
@ApiOperation
(
value
=
"查询连续缴存校验接口流水"
)
@AnonymousAccess
@RequestMapping
(
"/Test"
)
public
Map
Test
(){
CloseableHttpClient
httpClinet
=
shengneiUtil
.
createSSLClientDefault
();
/*String token = getToken(httpClinet);
System.out.println(token);
JSONObject parseObject = JSON.parseObject(token);*/
Date
date
=
new
Date
();
SimpleDateFormat
sdf
=
new
SimpleDateFormat
(
"yyyy-MM-dd HH:mm:ss"
);
String
da
=
sdf
.
format
(
date
);
String
url
=
"https://gateway.zsj.jl.cegn.cn/api/visual/queryEBaseinfos"
;
JSONObject
obj
=
new
JSONObject
();
String
doPost
=
shengneiUtil
.
doPost
(
url
,
obj
.
toString
(),
"514f30bb290b875cf718ef0f10886c15"
,
httpClinet
);
logger
.
info
(
doPost
);
return
new
HashMap
<>();
}
@ApiOperation
(
value
=
"查询企业信息接口流水"
)
@GetMapping
@GetMapping
@PreAuthorize
(
"@el.check('serverDeploy:list')"
)
@PreAuthorize
(
"@el.check('serverDeploy:list')"
)
public
ResponseEntity
<
Object
>
query
(
LxjcjyDeployQueryCriteria
criteria
,
Pageable
pageable
){
public
ResponseEntity
<
Object
>
query
(
LxjcjyDeployQueryCriteria
criteria
,
Pageable
pageable
){
...
...
eladmin/eladmin-interface/src/main/java/me/zhengjie/domain/LxjcjyDeploy.java
View file @
6b5e9f79
...
@@ -44,6 +44,72 @@ public class LxjcjyDeploy extends BaseEntity implements Serializable {
...
@@ -44,6 +44,72 @@ public class LxjcjyDeploy extends BaseEntity implements Serializable {
private
Long
id
;
private
Long
id
;
@ApiModelProperty
(
value
=
"证件类型"
)
@ApiModelProperty
(
value
=
"证件类型"
)
private
String
zjlx
;
private
String
zjlx
;
@ApiModelProperty
(
value
=
"证件号码"
)
private
String
zjhm
;
@ApiModelProperty
(
value
=
"备用字段1"
)
private
String
bk1
;
@ApiModelProperty
(
value
=
"备用字段2"
)
private
String
bk2
;
@ApiModelProperty
(
value
=
"备用字段3"
)
private
String
bk3
;
@ApiModelProperty
(
value
=
"备用字段4"
)
private
String
bk4
;
@ApiModelProperty
(
value
=
"备用字段5"
)
private
String
bk5
;
@ApiModelProperty
(
value
=
"处理状态"
)
private
String
fileserverstat
;
@ApiModelProperty
(
value
=
"失败原因"
)
private
String
errorreason
;
@ApiModelProperty
(
value
=
"返回报文:备用字段1"
)
private
String
rbk1
;
@ApiModelProperty
(
value
=
"返回报文:备用字段2"
)
private
String
rbk2
;
@ApiModelProperty
(
value
=
"0 待发送 1 已发送 2 已接受结果 "
)
private
String
status
;
@ApiModelProperty
(
value
=
"插入日期"
)
private
Date
crrq
;
@ApiModelProperty
(
value
=
"返回日期"
)
private
Date
fhrq
;
@ApiModelProperty
(
value
=
"报文头返回状态 0 成功 1失败 "
)
private
String
txstatus
;
@ApiModelProperty
(
value
=
"报文头返回解释"
)
private
String
rtnmessage
;
@ApiModelProperty
(
value
=
"发送方日期"
)
private
String
senddate
;
@ApiModelProperty
(
value
=
"发送方时间"
)
private
String
sendtime
;
@ApiModelProperty
(
value
=
"发送方流水号"
)
private
String
sendseqno
;
@ApiModelProperty
(
value
=
"交易机构号"
)
private
String
txunitno
;
@ApiModelProperty
(
value
=
"发送方节点号"
)
private
String
sendnode
;
@ApiModelProperty
(
value
=
"交易代码"
)
private
String
txcode
;
@ApiModelProperty
(
value
=
"接收方节点号"
)
private
String
receivenode
;
@ApiModelProperty
(
value
=
"客户编号"
)
private
String
custno
;
@ApiModelProperty
(
value
=
"操作员编号"
)
private
String
operno
;
@ApiModelProperty
(
value
=
"返回报文头日期"
)
private
String
receivedate
;
@ApiModelProperty
(
value
=
"返回报文头时间"
)
private
String
receivetime
;
@ApiModelProperty
(
value
=
"返回报文流水号"
)
private
String
receiveseqno
;
@ApiModelProperty
(
value
=
"中心编号"
)
private
String
zxbh
;
@ApiModelProperty
(
value
=
"个人账号"
)
private
String
grzh
;
@ApiModelProperty
(
value
=
"返回报文:数据总条数"
)
private
String
recnum
;
@ApiModelProperty
(
value
=
"返回报文:备用字段3"
)
private
String
rbk3
;
@ApiModelProperty
(
value
=
"返回报文:备用字段4"
)
private
String
rbk4
;
@ApiModelProperty
(
value
=
"返回报文:备用字段5"
)
private
String
rbk5
;
public
void
copy
(
LxjcjyDeploy
source
){
public
void
copy
(
LxjcjyDeploy
source
){
BeanUtil
.
copyProperties
(
source
,
this
,
CopyOptions
.
create
().
setIgnoreNullValue
(
true
));
BeanUtil
.
copyProperties
(
source
,
this
,
CopyOptions
.
create
().
setIgnoreNullValue
(
true
));
...
...
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