Merge branch 'dev' of http://192.168.2.237:3000/root/kangarooDataCenterV3 into lvleigang
This commit is contained in:
commit
e219f9174f
|
@ -109,9 +109,9 @@ public class SeeyonExtPluginInitializer extends PluginBaseEntity {
|
||||||
try {
|
try {
|
||||||
//重试方法
|
//重试方法
|
||||||
if (null != requestJson){
|
if (null != requestJson){
|
||||||
JSONObject jsonStr = requestJson.getJSONObject("jsonStr");
|
//JSONObject jsonStr = requestJson.getJSONObject("jsonStr");
|
||||||
//如果这个id不为空,说明是重试的
|
//如果这个id不为空,说明是重试的
|
||||||
String id = jsonStr.getString("integration_task_living_details_id");
|
String id = requestJson.getString("integration_task_living_details_id");
|
||||||
if (StrUtil.isNotEmpty(id)){
|
if (StrUtil.isNotEmpty(id)){
|
||||||
//查询日志表
|
//查询日志表
|
||||||
IntegrationTaskLivingDetailsEntity taskDetailEntity = taskLivingDetailsService.get(id);
|
IntegrationTaskLivingDetailsEntity taskDetailEntity = taskLivingDetailsService.get(id);
|
||||||
|
|
Loading…
Reference in New Issue