Commit fba0e3f1 by 朱海

[chg]修改日志

1 parent b810a59b
...@@ -96,7 +96,7 @@ public class PersonService { ...@@ -96,7 +96,7 @@ public class PersonService {
if (poolId != null) { if (poolId != null) {
poolIds.add(poolId); poolIds.add(poolId);
} }
log.info("人员匹配操作开始,PoolIds:[{}],rid:{}", poolIds, rid); log.info("人员匹配数量操作开始,PoolIds:[{}],rid:{}", poolIds, rid);
long startTime = System.currentTimeMillis(); long startTime = System.currentTimeMillis();
try { try {
String[] indices = poolIds.toArray(new String[poolIds.size()]); String[] indices = poolIds.toArray(new String[poolIds.size()]);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!