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

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

merchant修改

parent 2a8d0c20
......@@ -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);
......
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