Commit 9a438c73 authored by 赵啸非's avatar 赵啸非

修改考勤汇总

parent 281b9cd6
...@@ -166,7 +166,14 @@ public class TestController { ...@@ -166,7 +166,14 @@ public class TestController {
//recordHikService.save(attRecord); //recordHikService.save(attRecord);
try {
recordHikService.getDao().insert(attRecord); recordHikService.getDao().insert(attRecord);
}catch (Exception e){
log.error("异常",e);
}
} }
} }
......
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