fix(1.5.0-beta1): 修复时间格式导致重试失败问题
This commit is contained in:
parent
253abfbb2b
commit
00591f2b5e
@ -33,7 +33,7 @@ public class JacksonSerializer implements RetryArgSerializer {
|
||||
|
||||
Object[] params = new Object[paramTypes.length];
|
||||
|
||||
ObjectMapper mapper = new ObjectMapper();
|
||||
ObjectMapper mapper = JsonUtil.JsonMapper.jacksonObjectMapper();
|
||||
JsonNode jsonNode = JsonUtil.toJson(infoStr);
|
||||
if (Objects.isNull(jsonNode)) {
|
||||
SnailJobLog.LOCAL.warn("jsonNode is null. infoStr:[{}]", infoStr);
|
||||
|
Loading…
Reference in New Issue
Block a user