src/main/java/com/whyc/service/LockHisService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/whyc/service/LockHisService.java
@@ -29,7 +29,7 @@ //实时界面点击查看历史信息 public Response getLockHisWithReal(int lockId, String startTime, String endTime) throws ParseException { LockHisDto his=new LockHisDto(); LockHis his=new LockHis(); his.setLockId(lockId); List<LockHis> list=util.getLockHisWithReal(ThreadLocalUtil.parse(startTime,1),ThreadLocalUtil.parse(endTime,1) ,"plus_lock_his","tb_lock_his_"+lockId,his);