|
@@ -129,7 +129,7 @@ public class TermBusiness {
|
|
|
return R.fail(result.getMsg());
|
|
return R.fail(result.getMsg());
|
|
|
}
|
|
}
|
|
|
TermInfo termInfo = result.getData();
|
|
TermInfo termInfo = result.getData();
|
|
|
- log.info("[设备校时]-[获取设备信息]-[耗时: {} ms]",System.currentTimeMillis()-startTime);
|
|
|
|
|
|
|
+ log.info("[设备校时]-[获取设备:{}]-[耗时: {} ms]",termNo,System.currentTimeMillis()-startTime);
|
|
|
// 3. 原子化时间检查与更新
|
|
// 3. 原子化时间检查与更新
|
|
|
final long currentTime = System.currentTimeMillis();
|
|
final long currentTime = System.currentTimeMillis();
|
|
|
|
|
|