Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
self-service
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
self-service
Commits
ab73da49
Commit
ab73da49
authored
Dec 18, 2023
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
综窗对接
parent
b693df21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
sst-manager/src/main/java/com/mortals/xhx/module/sst/web/SyntheticalController.java
...com/mortals/xhx/module/sst/web/SyntheticalController.java
+8
-8
No files found.
sst-manager/src/main/java/com/mortals/xhx/module/sst/web/SyntheticalController.java
View file @
ab73da49
...
...
@@ -72,7 +72,7 @@ public class SyntheticalController extends BaseJsonBodyController {
Map
<
String
,
Object
>
model
=
new
HashMap
();
String
busiDesc
=
"查询事项详情"
;
try
{
resp
=
HttpUtil
.
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
resp
=
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
this
.
recordSysLog
(
this
.
request
,
busiDesc
+
" 【成功】"
);
}
catch
(
Exception
e
)
{
this
.
doException
(
this
.
request
,
busiDesc
+
" 【异常】"
,
model
,
e
);
...
...
@@ -98,7 +98,7 @@ public class SyntheticalController extends BaseJsonBodyController {
Map
<
String
,
Object
>
model
=
new
HashMap
();
String
busiDesc
=
"查询事项情形"
;
try
{
resp
=
HttpUtil
.
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
resp
=
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
this
.
recordSysLog
(
this
.
request
,
busiDesc
+
" 【成功】"
);
}
catch
(
Exception
e
)
{
this
.
doException
(
this
.
request
,
busiDesc
+
" 【异常】"
,
model
,
e
);
...
...
@@ -124,7 +124,7 @@ public class SyntheticalController extends BaseJsonBodyController {
Map
<
String
,
Object
>
model
=
new
HashMap
();
String
busiDesc
=
"根据事项EventId查询办理事项材料"
;
try
{
resp
=
HttpUtil
.
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
resp
=
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
this
.
recordSysLog
(
this
.
request
,
busiDesc
+
" 【成功】"
);
}
catch
(
Exception
e
)
{
this
.
doException
(
this
.
request
,
busiDesc
+
" 【异常】"
,
model
,
e
);
...
...
@@ -150,7 +150,7 @@ public class SyntheticalController extends BaseJsonBodyController {
Map
<
String
,
Object
>
model
=
new
HashMap
();
String
busiDesc
=
"根据事项情形查询办理事项材料"
;
try
{
resp
=
HttpUtil
.
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
resp
=
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
this
.
recordSysLog
(
this
.
request
,
busiDesc
+
" 【成功】"
);
}
catch
(
Exception
e
)
{
this
.
doException
(
this
.
request
,
busiDesc
+
" 【异常】"
,
model
,
e
);
...
...
@@ -176,7 +176,7 @@ public class SyntheticalController extends BaseJsonBodyController {
Map
<
String
,
Object
>
model
=
new
HashMap
();
String
busiDesc
=
"获取办件要素"
;
try
{
resp
=
HttpUtil
.
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
resp
=
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
this
.
recordSysLog
(
this
.
request
,
busiDesc
+
" 【成功】"
);
}
catch
(
Exception
e
)
{
this
.
doException
(
this
.
request
,
busiDesc
+
" 【异常】"
,
model
,
e
);
...
...
@@ -202,7 +202,7 @@ public class SyntheticalController extends BaseJsonBodyController {
Map
<
String
,
Object
>
model
=
new
HashMap
();
String
busiDesc
=
"查询字典"
;
try
{
resp
=
HttpUtil
.
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
resp
=
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
this
.
recordSysLog
(
this
.
request
,
busiDesc
+
" 【成功】"
);
}
catch
(
Exception
e
)
{
this
.
doException
(
this
.
request
,
busiDesc
+
" 【异常】"
,
model
,
e
);
...
...
@@ -228,7 +228,7 @@ public class SyntheticalController extends BaseJsonBodyController {
Map
<
String
,
Object
>
model
=
new
HashMap
();
String
busiDesc
=
"自助设备接件"
;
try
{
resp
=
HttpUtil
.
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
resp
=
doPost
(
url
,
JSONObject
.
toJSONString
(
query
));
this
.
recordSysLog
(
this
.
request
,
busiDesc
+
" 【成功】"
);
}
catch
(
Exception
e
)
{
this
.
doException
(
this
.
request
,
busiDesc
+
" 【异常】"
,
model
,
e
);
...
...
@@ -258,7 +258,7 @@ public class SyntheticalController extends BaseJsonBodyController {
String
url
=
"http://8.136.255.30:1086/complex/api/event-implementation/get-by-id"
;
JSONObject
jsonObject
=
new
JSONObject
();
System
.
out
.
println
(
jsonObject
.
toJSONString
());
jsonObject
.
put
(
"eventId"
,
"
852dcb2bb1aa70255871f75cf4868fa7
"
);
jsonObject
.
put
(
"eventId"
,
"
2e4575157ed27dbc7330b1595207b49c
"
);
String
resp
=
null
;
Map
<
String
,
Object
>
model
=
new
HashMap
();
HashMap
<
String
,
String
>
paramsMap
=
new
HashMap
<>();
...
...
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