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