Commit 743c91ab authored by KeYong's avatar KeYong

修改知识库bug

parent b04a7094
......@@ -283,7 +283,7 @@ public class DocLibraryService {
commonFiltersMap.put("createTimeLeft", DateUtil.formatStringToDate(createTimeLeft, null));
}
if (!ValidationUtil.isEmpty(createTimeRight)) {
commonFiltersMap.put("createTimeLeft", DateUtil.formatStringToDate(createTimeRight, null));
commonFiltersMap.put("createTimeRight", DateUtil.formatStringToDate(createTimeRight, null));
}
} catch (Exception e) {
throw new BadRequest("时间范围参数格式有误");
......
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