Commit 552d4145 authored by EDY's avatar EDY

优化

parent a3103ee0
......@@ -40,6 +40,9 @@ public class BaseCustomInfoServiceImpl implements IBaseCustomInfoService {
*/
@Override
public List<BaseCustomInfo> selectBaseCustomInfoList(BaseCustomInfo baseCustomInfo) {
if (baseCustomInfo.getEndTime() != null) {
baseCustomInfo.setEndTime(DateUtils.addDays(baseCustomInfo.getEndTime(),1));
}
return baseCustomInfoMapper.selectBaseCustomInfoList(baseCustomInfo);
}
......
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