|
@@ -1,5 +1,6 @@
|
|
|
package org.dromara.server.hik.event.timedtask;
|
|
package org.dromara.server.hik.event.timedtask;
|
|
|
|
|
|
|
|
|
|
+import com.alibaba.fastjson.JSONObject;
|
|
|
import io.seata.common.util.CollectionUtils;
|
|
import io.seata.common.util.CollectionUtils;
|
|
|
import io.seata.common.util.StringUtils;
|
|
import io.seata.common.util.StringUtils;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
import lombok.RequiredArgsConstructor;
|
|
@@ -108,7 +109,7 @@ public class HandleTask {
|
|
|
|
|
|
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
|
- log.error("定时处理 TransactionRecordEvent事件失败:{}", e.getMessage());
|
|
|
|
|
|
|
+ log.error("定时处理 TransactionRecordEvent事件失败:{}, 参数: {}", e.getMessage(), JSONObject.toJSONString(vo));
|
|
|
}
|
|
}
|
|
|
if(result){
|
|
if(result){
|
|
|
// 如果成功则更新status为f
|
|
// 如果成功则更新status为f
|