首页代办任务按钮
This commit is contained in:
+1
-7
@@ -93,14 +93,8 @@ public class BusProcessNewServiceImpl extends ServiceImpl<BusProcessNewMapper, B
|
|||||||
busProcessNewQueryWrapper.eq("TASK_id",taskId);
|
busProcessNewQueryWrapper.eq("TASK_id",taskId);
|
||||||
BusProcessNew busProcessNew = baseMapper.selectOne(busProcessNewQueryWrapper);
|
BusProcessNew busProcessNew = baseMapper.selectOne(busProcessNewQueryWrapper);
|
||||||
if(busProcessNew!=null){
|
if(busProcessNew!=null){
|
||||||
Map mapType = JSON.parseObject(busProcessNew.getMesg(),Map.class);
|
return busProcessNew.getId();
|
||||||
Object nowEsIdObject = mapType.get("nowEsId");
|
|
||||||
if(nowEsIdObject!=null){
|
|
||||||
String nowEsId = nowEsIdObject.toString();
|
|
||||||
return nowEsId;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user