Commit 42388b5d authored by chenhao's avatar chenhao

删除航空器救援类型匹配时多余的前缀条件

parent de40a291
......@@ -1071,7 +1071,7 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto, AlertCal
String condition2 = "";
for (FormValue i : list) {
if (i.getKey().equals(AlertStageEnums.aircraftRescueSub.getCode())) {
condition2 = condition1 + i.getValue();
condition2 = i.getValue();
}
}
result= getIdsList1(alertCalled.getAlertTypeCode(),AlertStageEnums.救援预案警情类型.getValue() + "," + condition1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment