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
387cb5ee
Commit
387cb5ee
authored
Jan 27, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
见费出单逻辑-fxj
parent
1bea55db
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
SocialDaprUtils.java
.../cloud/plus/v1/yifu/common/dapr/util/SocialDaprUtils.java
+3
-3
TInsuranceDetailServiceImpl.java
...s/service/insurance/impl/TInsuranceDetailServiceImpl.java
+0
-1
TIncomeController.java
...oud/plus/v1/yifu/social/controller/TIncomeController.java
+1
-1
TIncomeDetailController.java
...us/v1/yifu/social/controller/TIncomeDetailController.java
+1
-1
No files found.
yifu-common/yifu-common-dapr/src/main/java/com/yifu/cloud/plus/v1/yifu/common/dapr/util/SocialDaprUtils.java
View file @
387cb5ee
...
...
@@ -141,9 +141,9 @@ public class SocialDaprUtils {
}
/**
* @Author
huyc
* @Author
fxj
* @Description 通过收入id收入数据
* @Date
2022/9/2
* @Date
16:56 2026/1/27
* @Param
* @return
**/
...
...
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/service/insurance/impl/TInsuranceDetailServiceImpl.java
View file @
387cb5ee
...
...
@@ -9719,7 +9719,6 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
if
(
Common
.
isNotNull
(
detailList
)
&&
detailList
.
getCode
()
==
CommonConstants
.
SUCCESS
&&
!
detailList
.
getData
().
getDetailList
().
isEmpty
()){
List
<
TIncomeDetail
>
incomeDetailList
=
detailList
.
getData
().
getDetailList
();
BigDecimal
sumMoney
=
BigDecimal
.
ZERO
;
for
(
TIncomeDetail
income
:
incomeDetailList
)
{
socialDaprUtils
.
deleteById
(
income
);
socialDaprUtils
.
deleteIncomeById
(
income
);
...
...
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/controller/TIncomeController.java
View file @
387cb5ee
...
...
@@ -250,7 +250,7 @@ public class TIncomeController {
* @return R
*/
@Inner
@PostMapping
(
"/deleteById"
)
@PostMapping
(
"/
inner/
deleteById"
)
public
void
deleteMainById
(
@RequestBody
TIncomeDetail
tIncomeDetail
)
{
tIncomeService
.
removeById
(
tIncomeDetail
.
getId
());
}
...
...
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/controller/TIncomeDetailController.java
View file @
387cb5ee
...
...
@@ -74,7 +74,7 @@ public class TIncomeDetailController {
* @return R
*/
@Inner
@PostMapping
(
"/deleteById"
)
@PostMapping
(
"/
inner/
deleteById"
)
public
void
deleteById
(
@RequestBody
TIncomeDetail
tIncomeDetail
)
{
tIncomeDetailService
.
removeById
(
tIncomeDetail
.
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