修改catch的throw
This commit is contained in:
parent
375b55f41e
commit
f2f1e8ad0f
|
|
@ -93,7 +93,7 @@ public class ConmChangePlugin extends AbstractListPlugin implements Plugin {
|
|||
}
|
||||
} catch (IOException e) {
|
||||
lcLogService.savelog("FL-查看规则状态", Change_URL, false, false, params.toString(), "接口调用报错,errormessage:" + e.getMessage());
|
||||
throw new RuntimeException(e + ",请求返利系统失败");
|
||||
throw new RuntimeException(e + ",请求返利规则状态查询失败");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue