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
43c303d1
Commit
43c303d1
authored
Jan 16, 2025
by
chenyuxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 改配置信息+修复消息空值展示
parent
4bc776eb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
TInsuranceUnpurchaseApplyAuditProcess.java
...e/impl/process/TInsuranceUnpurchaseApplyAuditProcess.java
+6
-1
application-dev.yml
...ry/yifu-salary-biz/src/main/resources/application-dev.yml
+1
-3
application-test.yml
...y/yifu-salary-biz/src/main/resources/application-test.yml
+1
-1
No files found.
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/service/impl/process/TInsuranceUnpurchaseApplyAuditProcess.java
View file @
43c303d1
...
...
@@ -228,7 +228,12 @@ public class TInsuranceUnpurchaseApplyAuditProcess extends AbastractAuditProcess
reasonTypeMap
.
put
(
"1"
,
"已购买社保"
);
reasonTypeMap
.
put
(
"2"
,
"人员已离职"
);
description
.
append
(
"不购买原因:"
).
append
(
reasonTypeMap
.
get
(
insuranceUnpurchaseApply
.
getReasonType
())).
append
(
"<br>"
);
description
.
append
(
"不购买人数:"
).
append
(
insuranceUnpurchaseApply
.
getUnbuyNum
()).
append
(
"<br>"
);
String
unbuyNum
=
CommonConstants
.
ZERO_STRING
;
if
(
Common
.
isNotNull
(
insuranceUnpurchaseApply
.
getUnbuyNum
())){
unbuyNum
=
insuranceUnpurchaseApply
.
getUnbuyNum
();
}
description
.
append
(
"不购买人数:"
).
append
(
unbuyNum
).
append
(
"<br>"
);
textcard
.
put
(
"description"
,
description
.
toString
());
requestMap
.
put
(
"touser"
,
sendUser
);
...
...
yifu-salary/yifu-salary-biz/src/main/resources/application-dev.yml
View file @
43c303d1
...
...
@@ -19,8 +19,6 @@ wx:
corpid
:
wwbcb090af0dfe50e5
corpsecret
:
16kqEL_eU-ARwYyqLgEBWHgxm8gXVnkzv_eJMLy9NpU
agentid
:
1000010
authUrl
:
https://test-worfu.com/yifu-auth/method/oauth/wxLogin
authUrl
:
https://test-wx.worfu.com/yifu-auth/method/oauth/wxLogin
yifu-salary/yifu-salary-biz/src/main/resources/application-test.yml
View file @
43c303d1
...
...
@@ -31,4 +31,4 @@ wx:
corpid
:
wwbcb090af0dfe50e5
corpsecret
:
16kqEL_eU-ARwYyqLgEBWHgxm8gXVnkzv_eJMLy9NpU
agentid
:
1000010
authUrl
:
https://test-worfu.com/yifu-auth/method/oauth/wxLogin
authUrl
:
https://test-w
x.w
orfu.com/yifu-auth/method/oauth/wxLogin
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