Selaa lähdekoodia

创新安全-特种设备、安全附件、特种设备人员证书,高提醒从提前一个月改为提前1周

sucheng 10 kuukautta sitten
vanhempi
commit
87df3585fb

+ 1 - 1
cx-safe-check/cx-save-check-common/src/main/java/com/rongwei/sfcommon/sys/service/impl/AspSpecialEquipmentCertificateServiceImpl.java

@@ -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()))