refactor(listIdentity): 时间分段

This commit is contained in:
zhansihu 2023-11-13 14:07:57 +08:00
parent fbc10c2323
commit 54b2ecf030

View File

@ -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);