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

Commit 1ac929bc authored by 胡佳晨's avatar 胡佳晨

修改 paltform

parent b2f609c7
......@@ -523,7 +523,6 @@ public class KylinPerformancesPartnerServiceImpl extends ServiceImpl<KylinPerfor
@Override
public ResponseDto<String> outLinePerformance(String performancesId) {
try {
KylinPerformanceStatus performanceStatusData = performanceStatusMapper.selectOne(new UpdateWrapper<KylinPerformanceStatus>().eq("performance_id", performancesId));
if (performanceStatusData.getStatus() >= 3 && performanceStatusData.getStatus() != 4 && performanceStatusData.getStatus() != 7 && performanceStatusData.getStatus() != 10) {//未提审||被拒绝
......@@ -535,15 +534,15 @@ public class KylinPerformancesPartnerServiceImpl extends ServiceImpl<KylinPerfor
, new UpdateWrapper<KylinPerformanceStatus>().eq("performance_id", performancesId));
performanceVoTask.performanceVoStatus(performancesId);
// dataUtils.updatePerformanceMongo(performancesId);
log.debug("下线成功");
return ResponseDto.success("下线成功");
} else {
log.debug("不可下线");
return ResponseDto.failure(ErrorMapping.get(20111));
}
} catch (Exception e) {
e.printStackTrace();
log.debug("下线失败");
return ResponseDto.failure(ErrorMapping.get(20109));
}
}
......
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