Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
JingnengService
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王亚宁
JingnengService
Commits
3b842f1c
Commit
3b842f1c
authored
Jun 19, 2024
by
liangyb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#328 报表以及评标工具界面含税不含税数据错乱修改
parent
b1b29f9d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
com.gx.obe.service/src/main/java/com/gx/obe/server/management/evaluation/service/impl/BidPriceResultServiceImpl.java
...nt/evaluation/service/impl/BidPriceResultServiceImpl.java
+3
-2
No files found.
com.gx.obe.service/src/main/java/com/gx/obe/server/management/evaluation/service/impl/BidPriceResultServiceImpl.java
View file @
3b842f1c
...
...
@@ -626,8 +626,9 @@ public class BidPriceResultServiceImpl extends ServiceImpl<BidPriceResultMapper,
@Transactional
(
rollbackFor
=
Exception
.
class
)
public
boolean
updateBidPriceResultOrSum
(
BidPriceResult
bidPriceResult
)
{
if
(
updateAssignProperty
(
bidPriceResult
,
new
String
[]{
"finalBidPrice"
,
"evaluationPrice"
,
"modifyReason"
}))
{
if
(
supplierOpeningResultService
.
updateSupplierPrice
(
bidPriceResult
,
new
String
[]{
"finalBidPrice"
,
"evaluationPrice"
,
"bidPrice"
})
>
0
)
{
return
supplierOpeningResultService
.
updateSumModifyReason
(
bidPriceResult
.
getTenderId
(),
bidPriceResult
.
getSupplierId
());
if
(
supplierOpeningResultService
.
updateSupplierPrice
(
bidPriceResult
,
new
String
[]{
"finalBidPrice"
,
"evaluationPrice"
,
"bidPrice"
,
"modifyReason"
})
>
0
)
{
return
true
;
//return supplierOpeningResultService.updateSumModifyReason(bidPriceResult.getTenderId(), bidPriceResult.getSupplierId());
}
}
return
false
;
...
...
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