Commit 28968dbd by 朱海

Revert "[chg]修改日志"

This reverts commit fba0e3f1.
1 parent 4192ba8c
......@@ -96,7 +96,7 @@ public class PersonService {
if (poolId != null) {
poolIds.add(poolId);
}
log.info("人员匹配数量操作开始,PoolIds:[{}],rid:{}", poolIds, rid);
log.info("人员匹配操作开始,PoolIds:[{}],rid:{}", poolIds, rid);
long startTime = System.currentTimeMillis();
try {
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!