Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
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
fangxinjiang
yifu-mvp
Commits
d189f4c0
Commit
d189f4c0
authored
Jul 24, 2025
by
fangxinjiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/MVP1.7.13' into MVP1.7.13
parents
e0ab3005
a39c24bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
TGzPushHandleServiceImpl.java
.../yifu/archives/service/impl/TGzPushHandleServiceImpl.java
+7
-3
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TGzPushHandleServiceImpl.java
View file @
d189f4c0
...
...
@@ -85,6 +85,8 @@ public class TGzPushHandleServiceImpl implements TGzPushHandleService {
public
void
handlePushEntry
(
TGzPushEntry
tGzPushEntry
)
{
// 先改为推送中
tGzPushEntry
.
setFailReason
(
""
);
tGzPushEntry
.
setPushTime
(
LocalDateTime
.
now
());
tGzPushEntry
.
setPushStatus
(
CommonConstants
.
THREE_STRING
);
tGzPushEntry
.
setUpdateTime
(
LocalDateTime
.
now
());
tGzPushEntryService
.
updateById
(
tGzPushEntry
);
...
...
@@ -135,6 +137,8 @@ public class TGzPushHandleServiceImpl implements TGzPushHandleService {
}
// 先改为推送中
findWaitInfo
.
setFailReason
(
""
);
findWaitInfo
.
setPushTime
(
LocalDateTime
.
now
());
findWaitInfo
.
setPushStatus
(
CommonConstants
.
THREE_STRING
);
findWaitInfo
.
setUpdateTime
(
LocalDateTime
.
now
());
tGzPushEntryService
.
updateById
(
findWaitInfo
);
...
...
@@ -269,7 +273,7 @@ public class TGzPushHandleServiceImpl implements TGzPushHandleService {
if
(
CommonConstants
.
GZ_SUCCESS_CODE
.
equals
(
returnMap
.
get
(
"responseCode"
))){
LambdaUpdateWrapper
<
TGzEmpInfo
>
updateEmpWrapper
=
new
LambdaUpdateWrapper
<>();
updateEmpWrapper
.
eq
(
TGzEmpInfo:
:
getBizId
,
pushInfo
.
getBizId
())
.
set
(
TGzEmpInfo:
:
getEmpPushStatus
,
CommonConstants
.
ZERO
_STRING
);
.
set
(
TGzEmpInfo:
:
getEmpPushStatus
,
CommonConstants
.
ONE
_STRING
);
tGzEmpInfoService
.
update
(
null
,
updateEmpWrapper
);
}
}
...
...
@@ -295,7 +299,7 @@ public class TGzPushHandleServiceImpl implements TGzPushHandleService {
if
(
CommonConstants
.
GZ_SUCCESS_CODE
.
equals
(
returnMap
.
get
(
"responseCode"
))){
LambdaUpdateWrapper
<
TGzEmpInfo
>
updateEmpWrapper
=
new
LambdaUpdateWrapper
<>();
updateEmpWrapper
.
eq
(
TGzEmpInfo:
:
getBizId
,
pushInfo
.
getBizId
())
.
set
(
TGzEmpInfo:
:
getContractPushStatus
,
CommonConstants
.
ZERO
_STRING
);
.
set
(
TGzEmpInfo:
:
getContractPushStatus
,
CommonConstants
.
ONE
_STRING
);
tGzEmpInfoService
.
update
(
null
,
updateEmpWrapper
);
}
}
...
...
@@ -376,7 +380,7 @@ public class TGzPushHandleServiceImpl implements TGzPushHandleService {
if
(
CommonConstants
.
GZ_SUCCESS_CODE
.
equals
(
returnMap
.
get
(
"responseCode"
))){
LambdaUpdateWrapper
<
TGzEmpInfo
>
updateEmpWrapper
=
new
LambdaUpdateWrapper
<>();
updateEmpWrapper
.
eq
(
TGzEmpInfo:
:
getBizId
,
pushInfo
.
getBizId
())
.
set
(
TGzEmpInfo:
:
getContractAttaPushStatus
,
CommonConstants
.
ZERO
_STRING
);
.
set
(
TGzEmpInfo:
:
getContractAttaPushStatus
,
CommonConstants
.
ONE
_STRING
);
tGzEmpInfoService
.
update
(
null
,
updateEmpWrapper
);
}
...
...
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