bug: 计划管控取消流程空指针修改
This commit is contained in:
+3
@@ -269,6 +269,9 @@ public class BusProcessNewServiceImpl extends ServiceImpl<BusProcessNewMapper, B
|
||||
if(StringUtils.isNotBlank(mesg)){
|
||||
JSONObject jsonObject = JSON.parseObject(mesg);
|
||||
String esIdMesg = jsonObject.getString("esId");
|
||||
if (StringUtils.isBlank(esIdMesg)) {
|
||||
return false;
|
||||
}
|
||||
return esIdMesg.equals(esId);
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user