Commit 17420ab6 authored by hongguangwu's avatar hongguangwu

MVP1.7.9-初始化15:20

parent b73f8136
...@@ -718,7 +718,11 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi ...@@ -718,7 +718,11 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
preVo.setExpectedCollectionTime(preVo.getPolicyStart()); preVo.setExpectedCollectionTime(preVo.getPolicyStart());
} }
}*/ }*/
//preVo.setExpectedCollectionTime(DateUtil.parseDate(DateUtil.dateToString( preVo.getExpectedCollectionTime(), DateUtil.ISO_EXPANDED_DATE_FORMAT) + " 14:00", DateUtil.DATETIME_PATTERN_MINUTE));
// 初始化preVo.setExpectedCollectionTime为15:20
if (preVo.getExpectedCollectionTime() != null) {
preVo.setExpectedCollectionTime(preVo.getExpectedCollectionTime().withHour(15).withMinute(20));
}
} }
/** /**
......
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