refactor(listIdentity): 时间分段
This commit is contained in:
parent
fbc10c2323
commit
54b2ecf030
@ -650,7 +650,7 @@ public class TyrSaasAuthServiceImpl implements TyrSaasAuthService {
|
||||
() -> {
|
||||
long start = System.currentTimeMillis();
|
||||
ListIdentityFromPermissionResp resp = this.listIdentityFromPermission(req);
|
||||
log.info("------trace-B-L-I-F-P----> task cost:{}", System.currentTimeMillis() - start);
|
||||
log.info("------trace-B-L-I-F-P----> code:{},task cost:{}", req.getFeatureCode(), System.currentTimeMillis() - start);
|
||||
return resp;
|
||||
}, executor);
|
||||
futureList.add(future);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user