提交 bd067d6b authored 作者: inroi's avatar inroi

微调

上级 f369c1e3
......@@ -31,6 +31,9 @@ public class KingDeeApiClient {
long start = System.currentTimeMillis();
T send = httpClient.Send(request, returnType);
System.out.println();
System.out.println("---------->" + send);
System.out.println();
long costTime = System.currentTimeMillis() - start;
Map<String, Object> map = ThreadLocalConfig.get();
......
......@@ -34,7 +34,7 @@ public interface LogMapper extends BaseMapper<Log> {
/**
* 根据时间查询失败同步日志
* 根据ID查询同步日志
*
* @param id 时间
* @return 失败同步日志
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论