Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
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
赵啸非
smart_gov_platform
Commits
f0743212
Commit
f0743212
authored
Jun 17, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改办件查询列表
parent
85648e5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
base-manager/src/main/java/com/mortals/xhx/module/dowork/service/impl/DoworkStatServiceImpl.java
...xhx/module/dowork/service/impl/DoworkStatServiceImpl.java
+3
-3
No files found.
base-manager/src/main/java/com/mortals/xhx/module/dowork/service/impl/DoworkStatServiceImpl.java
View file @
f0743212
...
...
@@ -78,7 +78,7 @@ public class DoworkStatServiceImpl extends AbstractCRUDServiceImpl<DoworkStatDao
String
gatePath
=
"/api/jmas-api-gateway-server/gateway.do"
;
paramsMap
.
put
(
"sign"
,
sign
);
resp
=
HttpUtil
.
post
(
statUrl
+
gatePath
,
paramsMap
);
log
.
info
(
"resp:{}"
,
resp
);
ApiZwfwResp
<
String
>
apiZwfwResp
=
JSON
.
parseObject
(
resp
,
new
TypeReference
<
ApiZwfwResp
<
String
>>()
{
});
if
(
apiZwfwResp
.
getSuccess
())
{
...
...
@@ -173,9 +173,9 @@ public class DoworkStatServiceImpl extends AbstractCRUDServiceImpl<DoworkStatDao
});
if
(
doworkStatInfoRest
.
getCode
()
==
200
)
{
DoworkStatInfo
doworkStatInfo
=
doworkStatInfoRest
.
getData
();
//更新记录
//更新记录
上月记录
int
year
=
DateUtil
.
year
(
new
Date
());
int
month
=
DateUtil
.
month
(
new
Date
())
+
1
;
int
month
=
DateUtil
.
month
(
new
Date
());
DoworkStatEntity
doworkStatEntity
=
this
.
selectOne
(
new
DoworkStatQuery
().
areaCode
(
areaCode
).
year
(
year
).
month
(
month
));
if
(!
ObjectUtils
.
isEmpty
(
doworkStatEntity
))
{
...
...
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