jiazx0107
2026-02-08 c7e9e47f7b75dd0a88c929d7fb0713e5f638fdf1
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);
    }