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;
|
// }
|
}
|