|
|
@ -922,8 +922,7 @@ public class AbnormalBillServiceImpl extends ServiceImpl<AbnormalBillMapper, Abn
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
abnormalMessage.setStatus("Y");
|
|
|
|
abnormalMessage.setStatus("Y");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
assert customFieldByGroup != null;
|
|
|
|
if(customFieldByGroup != null && !StringUtil.isBlank(customFieldByGroup.getMessageNoticeLevel())){
|
|
|
|
if(!StringUtil.isBlank(customFieldByGroup.getMessageNoticeLevel())){
|
|
|
|
|
|
|
|
abnormalMessage.setGrade(Double.parseDouble(customFieldByGroup.getMessageNoticeLevel()));
|
|
|
|
abnormalMessage.setGrade(Double.parseDouble(customFieldByGroup.getMessageNoticeLevel()));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//得到升级的消息类型
|
|
|
|
//得到升级的消息类型
|
|
|
|