liusuyi
2026-05-30 f4f4fc53260eb67483dce406a963628273786a61
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package com.ard.work.health.util;
 
public class Global {
 
    public static String BjGkyjNewTime="";
    public static String BjScgjNewTime="";
    public static String EqHealthNewTime;
 
//    @Autowired
//    SysParaMapper sysParaMapper;
//    public static Map<String, String> sysMap;
//
//    public Map<String, String> getSysParaMap() {
//        try {
//            sysMap = new HashMap<>();
//            List<SysPara> sysParas = sysParaMapper.selectByExample(new SysParaExample());
//            for (SysPara sp : sysParas) {
//                sysMap.put(sp.getSysType(), sp.getSysContent());
//            }
//        } catch (Exception ex) {
//
//        }
//        return sysMap;
//    }
}