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
39d45009
Commit
39d45009
authored
Jun 20, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-合同自动化代码提交
parent
9c4411a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
TGzOfferInfoServiceImpl.java
...1/yifu/archives/service/impl/TGzOfferInfoServiceImpl.java
+9
-9
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TGzOfferInfoServiceImpl.java
View file @
39d45009
...
...
@@ -547,20 +547,20 @@ public class TGzOfferInfoServiceImpl extends ServiceImpl<TGzOfferInfoMapper, TGz
employeeService
.
save
(
smsEmployee
);
params
.
add
(
paramVo
);
res
=
sendMessage
(
phones
,
params
,
CommonConstants
.
TWO_STRING
);
//更新Offer信息接收表发送状态为已发送
LambdaUpdateWrapper
<
TGzOfferInfo
>
updateWrapper
=
new
LambdaUpdateWrapper
<>();
updateWrapper
.
eq
(
TGzOfferInfo:
:
getId
,
sendVo
.
getId
())
.
eq
(
TGzOfferInfo:
:
getOfferSendStatus
,
CommonConstants
.
ONE_STRING
)
.
set
(
TGzOfferInfo:
:
getOfferSendStatus
,
CommonConstants
.
ZERO_STRING
)
.
set
(
TGzOfferInfo:
:
getUpdateTime
,
LocalDateTime
.
now
())
.
set
(
TGzOfferInfo:
:
getUpdateBy
,
user
.
getId
());
// 执行更新操作
this
.
update
(
updateWrapper
);
if
(
null
!=
res
&&
null
!=
res
.
getBizId
())
{
//发送成功
smsEmployee
.
setBizId
(
res
.
getBizId
());
smsEmployee
.
setMessage
(
res
.
getMessage
());
employeeService
.
updateById
(
smsEmployee
);
//更新Offer信息接收表发送状态为已发送
LambdaUpdateWrapper
<
TGzOfferInfo
>
updateWrapper
=
new
LambdaUpdateWrapper
<>();
updateWrapper
.
eq
(
TGzOfferInfo:
:
getId
,
sendVo
.
getId
())
.
eq
(
TGzOfferInfo:
:
getOfferSendStatus
,
CommonConstants
.
ONE_STRING
)
.
set
(
TGzOfferInfo:
:
getOfferSendStatus
,
CommonConstants
.
ZERO_STRING
)
.
set
(
TGzOfferInfo:
:
getUpdateTime
,
LocalDateTime
.
now
())
.
set
(
TGzOfferInfo:
:
getUpdateBy
,
user
.
getId
());
// 执行更新操作
this
.
update
(
updateWrapper
);
// 记录发送短信成功的offerId 到集合
successOfferIds
.
add
(
sendVo
.
getId
());
...
...
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