记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
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
董敬伟
liquidnet-bus-v1
Commits
eac77ea3
Commit
eac77ea3
authored
Dec 01, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merchant修改
parent
2a8d0c20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
KylinPerformancesPartnerServiceImpl.java
...ant/service/impl/KylinPerformancesPartnerServiceImpl.java
+11
-11
No files found.
liquidnet-bus-service/liquidnet-service-merchant/liquidnet-service-merchant-impl/src/main/java/com/liquidnet/service/merchant/service/impl/KylinPerformancesPartnerServiceImpl.java
View file @
eac77ea3
...
...
@@ -243,19 +243,19 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa
performancePartnerVo
.
setCreatedAt
(
createdAt
.
format
(
DateTimeFormatter
.
ofPattern
(
"yyyy-MM-dd HH:mm:ss"
)));
performancePartnerVo
.
setIsSubmit
(
step2Param
.
getIsSubmit
());
// performancePartnerVo.setStatusSell(1);
// 获取第一步数据
if
(
step2Param
.
getIsSubmit
()
==
1
)
{
// 提交
KylinPerformanceMisVo
kylinPerformanceMisVo
=
performanceUtils
.
getPerformanceMisVo
(
performanceId
);
MerchantFieldsVo
fieldsVo
=
redisMerchantUtils
.
getFieldVo
(
kylinPerformanceMisVo
.
getFieldId
());
if
(
fieldsVo
==
null
)
{
return
ResponseDto
.
failure
(
ErrorMapping
.
get
(
20114
));
KylinPerformanceMisVo
kylinPerformanceMisVo
=
performanceUtils
.
getPerformanceMisVo
(
performanceId
);
MerchantFieldsVo
fieldsVo
=
redisMerchantUtils
.
getFieldVo
(
kylinPerformanceMisVo
.
getFieldId
());
if
(
fieldsVo
==
null
)
{
return
ResponseDto
.
failure
(
ErrorMapping
.
get
(
20114
));
}
else
{
if
(
fieldsVo
.
getClaimStatus
()
==
1
)
{
performancePartnerVo
.
setFieldAuditStatus
(
fieldsVo
.
getIsCheck
());
}
else
{
if
(
fieldsVo
.
getClaimStatus
()
==
1
)
{
performancePartnerVo
.
setFieldAuditStatus
(
fieldsVo
.
getIsCheck
());
}
else
{
performancePartnerVo
.
setFieldAuditStatus
(
0
);
}
performancePartnerVo
.
setFieldAuditStatus
(
0
);
}
}
// 获取第一步数据
if
(
step2Param
.
getIsSubmit
()
==
1
)
{
// 提交
performancePartnerVo
.
setStatus
(
1
);
performancePartnerVo
.
setIsCreateSave
(
0
);
performancePartnerVo
.
setAuditStatus
(
0
);
...
...
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