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

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

temp

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