bug: 计划管控取消流程空指针修改

This commit is contained in:
wxyclub
2023-11-24 15:17:51 +08:00
parent dce23673a5
commit 27e773f646
@@ -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;