Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
tcm-system
Project
Project
Details
Activity
Releases
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
TCM
tcm-system
Commits
2bdbc199
Commit
2bdbc199
authored
May 22, 2025
by
tangfang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改审核bug
parent
82403819
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
CompanyOtherMoneyServiceImpl.java
...eb/company/service/impl/CompanyOtherMoneyServiceImpl.java
+7
-2
No files found.
src/main/java/com/pangding/web/company/service/impl/CompanyOtherMoneyServiceImpl.java
View file @
2bdbc199
...
@@ -146,7 +146,9 @@ public class CompanyOtherMoneyServiceImpl implements CompanyOtherMoenyService {
...
@@ -146,7 +146,9 @@ public class CompanyOtherMoneyServiceImpl implements CompanyOtherMoenyService {
}
}
updateReq
.
setOtherMoney
(
otherMoney
);
updateReq
.
setOtherMoney
(
otherMoney
);
System
.
err
.
println
(
"处理分销商余额:"
+
JsonHelper
.
serialize
(
updateReq
));
System
.
err
.
println
(
"处理分销商余额:"
+
JsonHelper
.
serialize
(
updateReq
));
companyOtherMoneyDao
.
updateMoney
(
updateReq
);
if
(
updateReq
.
getOtherMoney
()
>
0
||
updateReq
.
getOtherMoney
()
<
0
){
companyOtherMoneyDao
.
updateMoney
(
updateReq
);
}
CompanyOtherMoneyVo
companyOtherMoneyReqVo
=
new
CompanyOtherMoneyVo
();
CompanyOtherMoneyVo
companyOtherMoneyReqVo
=
new
CompanyOtherMoneyVo
();
companyOtherMoneyReqVo
.
setCompanyId
(
req
.
getCompanyId
());
companyOtherMoneyReqVo
.
setCompanyId
(
req
.
getCompanyId
());
...
@@ -165,7 +167,10 @@ public class CompanyOtherMoneyServiceImpl implements CompanyOtherMoenyService {
...
@@ -165,7 +167,10 @@ public class CompanyOtherMoneyServiceImpl implements CompanyOtherMoenyService {
superUpdateReq
.
setMerchantId
(
req
.
getMerchantId
());
superUpdateReq
.
setMerchantId
(
req
.
getMerchantId
());
superUpdateReq
.
setOtherMoney
(
superOther
);
superUpdateReq
.
setOtherMoney
(
superOther
);
System
.
err
.
println
(
"处理代理商余额:"
+
JsonHelper
.
serialize
(
superUpdateReq
));
System
.
err
.
println
(
"处理代理商余额:"
+
JsonHelper
.
serialize
(
superUpdateReq
));
companyOtherMoneyDao
.
updateMoney
(
superUpdateReq
);
if
(
updateReq
.
getOtherMoney
()
>
0
||
updateReq
.
getOtherMoney
()
<
0
){
companyOtherMoneyDao
.
updateMoney
(
superUpdateReq
);
}
}
}
}
}
}
}
...
...
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