sgj
19 小时以前 67b2e6a3b7e4254be92e3ecbcd7b6e9f61b3aae3
fzzy-igdss-core/src/main/java/com/fzzy/igds/constant/FoodVariety.java
@@ -40,7 +40,7 @@
     * @return
     */
    public static String getMsg(String code) {
        if (null == code) return "未配置";
        if (null == code) return "其他";
        return mapFoodVariety.get(code);
    }