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

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

修改 提交审核 自动上线的bug

parent a605d56d
...@@ -368,6 +368,7 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa ...@@ -368,6 +368,7 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa
kylinPerformanceVo.setPerformancesId(performancePartnerVo.getPerformancesId()); kylinPerformanceVo.setPerformancesId(performancePartnerVo.getPerformancesId());
kylinPerformanceVo.setAuditStatus(performancePartnerVo.getAuditStatus()); kylinPerformanceVo.setAuditStatus(performancePartnerVo.getAuditStatus());
kylinPerformanceVo.setFieldAuditStatus(performancePartnerVo.getFieldAuditStatus()); kylinPerformanceVo.setFieldAuditStatus(performancePartnerVo.getFieldAuditStatus());
kylinPerformanceVo.setType(redisSlimeUtils.getPerformanceVo(kylinPerformanceVo.getPerformancesId()).getType());
mongoSlimeUtils.updateKylinPerformanceVoById(kylinPerformanceVo); mongoSlimeUtils.updateKylinPerformanceVoById(kylinPerformanceVo);
redisSlimeUtils.delPerformanceVo(kylinPerformanceVo.getPerformancesId()); redisSlimeUtils.delPerformanceVo(kylinPerformanceVo.getPerformancesId());
//提交 票 //提交 票
......
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