Commit 3973410a by 丁伟峰

fix: snowflake序号后10位

1 parent 20945cf3
...@@ -229,7 +229,7 @@ public class EngineerCalendarServiceImpl implements EngineerCalendarService { ...@@ -229,7 +229,7 @@ public class EngineerCalendarServiceImpl implements EngineerCalendarService {
LocalDate beginDate = DateUtils.localDateFromStr(beginTime); LocalDate beginDate = DateUtils.localDateFromStr(beginTime);
LocalDate endDate = DateUtils.localDateFromStr(endTime); LocalDate endDate = DateUtils.localDateFromStr(endTime);
String planId = getNewPlanId(); String planId = newPlanId();
if (beginDate.isEqual(endDate)) { if (beginDate.isEqual(endDate)) {
// 设定的是同一天,简单处理 // 设定的是同一天,简单处理
CapacityEngineerCalendarEntity e = new CapacityEngineerCalendarEntity(); CapacityEngineerCalendarEntity e = new CapacityEngineerCalendarEntity();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!