瀏覽代碼

Merge remote-tracking branch 'origin/mode-min-unit' into mode-min-unit

xiahan 10 月之前
父節點
當前提交
ae9f6db07c

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