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

Commit 6c5db84a authored by 胡佳晨's avatar 胡佳晨

temp

parent 5e4fea6f
...@@ -221,7 +221,7 @@ public class PerformanceVoTask { ...@@ -221,7 +221,7 @@ public class PerformanceVoTask {
floatList.sort(Comparator.naturalOrder()); floatList.sort(Comparator.naturalOrder());
StringList.sort(Comparator.naturalOrder()); StringList.sort(Comparator.naturalOrder());
kylinPerformanceMisVo.setDetails(performanceData.getDetails()); // kylinPerformanceMisVo.setDetails(performanceData.getDetails());
kylinPerformanceMisVo.setPrice(floatList.get(0) + "起"); kylinPerformanceMisVo.setPrice(floatList.get(0) + "起");
kylinPerformanceMisVo.setStopSellTime(StringList.get(0)); kylinPerformanceMisVo.setStopSellTime(StringList.get(0));
kylinPerformanceMisVo.setTicketTimes(ticketTimesTicketCreatePartnerVoList); kylinPerformanceMisVo.setTicketTimes(ticketTimesTicketCreatePartnerVoList);
...@@ -407,6 +407,8 @@ public class PerformanceVoTask { ...@@ -407,6 +407,8 @@ public class PerformanceVoTask {
log.info("performanceId = "+performanceId+" NEED CHANGE NOTICE"); log.info("performanceId = "+performanceId+" NEED CHANGE NOTICE");
return true; return true;
} else if (!misVo.getDetails().equals(mongoVo.getDetails())) { } else if (!misVo.getDetails().equals(mongoVo.getDetails())) {
log.info("misVo.getDetails() = "+misVo.getDetails());
log.info("mongoVo.getDetails() = "+mongoVo.getDetails());
log.info("performanceId = "+performanceId+" NEED CHANGE DETAILS"); log.info("performanceId = "+performanceId+" NEED CHANGE DETAILS");
return true; return true;
} else if (!misVo.getApprovalUrl().equals(mongoVo.getApprovalUrl())) { } else if (!misVo.getApprovalUrl().equals(mongoVo.getApprovalUrl())) {
......
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