8
Expected behavior
希望在日志中看到的结果是失败
Actual behavior日志中调用结果显示成功
Steps to reproduce the behavior代码如下
@XxlJob("testJob")
public ReturnT<String> testJob() {
return ReturnT.FAIL;
}
日志中调用结果显示成功
Other information无