czt
2026-01-05 c25d369c352b959887999da035e019b840d0b75c
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);
    }