|
@@ -192,7 +192,7 @@ public class AspSpecialEquipmentCertificateServiceImpl extends ServiceImpl<AspSp
|
|
|
List<SysNoticeVo> sysNoticeVo = this.baseMapper.selectMyNoticeByType(Arrays.asList(PERSONNEL_CERTIFICATES));
|
|
|
|
|
|
// 获取数据字典
|
|
|
- List<SysDictDo> aspCheckItemType = sysDictService.getDictsByType("asp_check_item_type");
|
|
|
+ List<SysDictDo> aspCheckItemType = sysDictService.getDictsByType("zslb");
|
|
|
sendNotifyMap.forEach((k, v) -> {
|
|
|
SysDictDo sysDictDo = aspCheckItemType.stream()
|
|
|
.filter(info -> info.getValue().equals(k.getCertificatesort()))
|