back_recharge
duhui 2023-01-24 10:42:56 +08:00
parent 0c51449a16
commit 24d40b5078
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import util.TimeUtils;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
@ -126,7 +127,7 @@ public class KtEventUtils {
KTParam ktParam = ParamBuilder.paramBuild(user, eventType, paramEventBean);
DataMessageUtils.addLogQueue(ktParam);
}catch (Exception e){
LOGGER.error("开天上报异常:{}",e.getMessage());
LOGGER.error("开天上报异常:{},{},{},{}",e.getMessage(),user.getId(),eventType, Arrays.asList(parm));
e.printStackTrace();
}
}