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
61251f62
Commit
61251f62
authored
Jan 17, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-含风险项目商险不购买申请提交
parent
ce53a2e9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
162 additions
and
106 deletions
+162
-106
CacheConstants.java
...oud/plus/v1/yifu/common/core/constant/CacheConstants.java
+6
-0
ResultConstants.java
...ud/plus/v1/yifu/common/core/constant/ResultConstants.java
+2
-0
TInsuranceUnpurchaseApplyServiceImpl.java
...ry/service/impl/TInsuranceUnpurchaseApplyServiceImpl.java
+154
-106
No files found.
yifu-common/yifu-common-core/src/main/java/com/yifu/cloud/plus/v1/yifu/common/core/constant/CacheConstants.java
View file @
61251f62
...
...
@@ -102,6 +102,10 @@ public interface CacheConstants {
**/
String
EVERYDAY_SALARY_FORM_CODE
=
"everyday_salary_form_code"
;
String
EVERYDAY_UNBUY_FORM_CODE
=
"everyday_unbuy_form_code"
;
String
EVERYDAY_UNBUYINFO_FORM_CODE
=
"everyday_unbuyinfo_form_code"
;
/**
* @Description: 派单申请编码
* @Author: fxj
...
...
@@ -178,6 +182,8 @@ public interface CacheConstants {
String
EMP_ADD_LOCK
=
"emp_add_lock"
;
String
UNBUY_ADD_LOCK
=
"unbuy_add_lock"
;
String
SALARY_ACCOUNT_EXPORT_LOCK
=
"salary_account_export_lock"
;
String
SALARY_ACCOUNT_AUDIT_EXPORT_LOCK
=
"salary_account_audit_export_lock"
;
...
...
yifu-common/yifu-common-core/src/main/java/com/yifu/cloud/plus/v1/yifu/common/core/constant/ResultConstants.java
View file @
61251f62
...
...
@@ -22,6 +22,8 @@ public class ResultConstants {
public
static
final
String
NO_GETLOCK_DATA
=
"当前用户操作处理中,请稍后重试!"
;
public
static
final
String
NO_GETLOCK_DATA_SEARCH
=
"多用户同时请求中,请稍后重试!"
;
public
static
final
String
NO_UNBUY_GETLOCK_DATA
=
"当前项目编码和不购买类型的数据处理中,请稍后重试!"
;
public
static
final
String
NO_ID
=
"操作失败,id不能为空!"
;
public
static
final
String
FILE_UPLOADING_DATA
=
"附件排队上传中,请稍后重试!"
;
public
static
final
String
FILE_DOWN_LOAD_DATA
=
"导出排队下载中,请稍后重试!"
;
...
...
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/service/impl/TInsuranceUnpurchaseApplyServiceImpl.java
View file @
61251f62
This diff is collapsed.
Click to expand it.
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