记得上下班打卡 | git大法好,push需谨慎

Commit eac77ea3 authored by 胡佳晨's avatar 胡佳晨

merchant修改

parent 2a8d0c20
...@@ -243,8 +243,6 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa ...@@ -243,8 +243,6 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa
performancePartnerVo.setCreatedAt(createdAt.format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"))); performancePartnerVo.setCreatedAt(createdAt.format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")));
performancePartnerVo.setIsSubmit(step2Param.getIsSubmit()); performancePartnerVo.setIsSubmit(step2Param.getIsSubmit());
// performancePartnerVo.setStatusSell(1); // performancePartnerVo.setStatusSell(1);
// 获取第一步数据
if (step2Param.getIsSubmit() == 1) { // 提交
KylinPerformanceMisVo kylinPerformanceMisVo = performanceUtils.getPerformanceMisVo(performanceId); KylinPerformanceMisVo kylinPerformanceMisVo = performanceUtils.getPerformanceMisVo(performanceId);
MerchantFieldsVo fieldsVo = redisMerchantUtils.getFieldVo(kylinPerformanceMisVo.getFieldId()); MerchantFieldsVo fieldsVo = redisMerchantUtils.getFieldVo(kylinPerformanceMisVo.getFieldId());
if (fieldsVo == null) { if (fieldsVo == null) {
...@@ -256,6 +254,8 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa ...@@ -256,6 +254,8 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa
performancePartnerVo.setFieldAuditStatus(0); performancePartnerVo.setFieldAuditStatus(0);
} }
} }
// 获取第一步数据
if (step2Param.getIsSubmit() == 1) { // 提交
performancePartnerVo.setStatus(1); performancePartnerVo.setStatus(1);
performancePartnerVo.setIsCreateSave(0); performancePartnerVo.setIsCreateSave(0);
performancePartnerVo.setAuditStatus(0); performancePartnerVo.setAuditStatus(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment