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
141c64ae
Commit
141c64ae
authored
Jan 16, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-含风险项目商险不购买申请提交
parent
82d1862a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
TInsuranceUnpurchasePersonVo.java
.../plus/v1/yifu/salary/vo/TInsuranceUnpurchasePersonVo.java
+3
-3
TInsuranceUnpurchaseApplyServiceImpl.java
...ry/service/impl/TInsuranceUnpurchaseApplyServiceImpl.java
+1
-2
No files found.
yifu-salary/yifu-salary-api/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/vo/TInsuranceUnpurchasePersonVo.java
View file @
141c64ae
...
@@ -31,9 +31,9 @@ public class TInsuranceUnpurchasePersonVo implements Serializable {
...
@@ -31,9 +31,9 @@ public class TInsuranceUnpurchasePersonVo implements Serializable {
/**
/**
* 不购买申请流程单号
* 不购买申请流程单号
*/
*/
@ExcelAttribute
(
name
=
"不购买申请
流程单
号"
)
@ExcelAttribute
(
name
=
"不购买申请
编
号"
)
@Schema
(
description
=
"不购买申请
流程单
号"
)
@Schema
(
description
=
"不购买申请
编
号"
)
@ExcelProperty
(
"不购买申请
流程单
号"
)
@ExcelProperty
(
"不购买申请
编
号"
)
private
String
applyNo
;
private
String
applyNo
;
/**
/**
...
...
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/service/impl/TInsuranceUnpurchaseApplyServiceImpl.java
View file @
141c64ae
...
@@ -96,8 +96,7 @@ public class TInsuranceUnpurchaseApplyServiceImpl extends ServiceImpl<TInsurance
...
@@ -96,8 +96,7 @@ public class TInsuranceUnpurchaseApplyServiceImpl extends ServiceImpl<TInsurance
public
R
deleteById
(
String
id
)
{
public
R
deleteById
(
String
id
)
{
TInsuranceUnpurchaseApply
apply
=
baseMapper
.
selectById
(
id
);
TInsuranceUnpurchaseApply
apply
=
baseMapper
.
selectById
(
id
);
if
(
Common
.
isNotNull
(
apply
))
{
if
(
Common
.
isNotNull
(
apply
))
{
apply
.
setDeleteFlag
(
CommonConstants
.
ONE_STRING
);
baseMapper
.
deleteById
(
apply
);
baseMapper
.
updateById
(
apply
);
personService
.
remove
(
Wrappers
.<
TInsuranceUnpurchasePerson
>
query
().
lambda
().
eq
(
TInsuranceUnpurchasePerson:
:
getParnetId
,
id
));
personService
.
remove
(
Wrappers
.<
TInsuranceUnpurchasePerson
>
query
().
lambda
().
eq
(
TInsuranceUnpurchasePerson:
:
getParnetId
,
id
));
return
R
.
ok
();
return
R
.
ok
();
}
else
{
}
else
{
...
...
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