...
|
...
|
@@ -107,9 +107,9 @@ public class UserRecallResponseBuilder { |
|
|
}
|
|
|
|
|
|
private void logSknResultList(UserRecallRequest userRecallRequest, List<RecallSknInfo> sknList) {
|
|
|
// if (!userRecallRequest.openDetailLog()) {
|
|
|
// return;
|
|
|
// }
|
|
|
if (!userRecallRequest.openDetailLog()) {
|
|
|
return;
|
|
|
}
|
|
|
try {
|
|
|
RECALL_NEW_LOGGER.info("total recall skn count after merger2 is [{}]", sknList.size());
|
|
|
for (RecallSknInfo recallSknInfo : sknList) {
|
...
|
...
|
|