吉安感知网项目-后端
linwei
2026-01-30 31c36c337300ffc56f1a3eebd2dd19340dbd3fd5
drone-service/drone-system/src/main/java/org/sxkj/system/util/excel/RegionSheetWriteHandler.java
@@ -26,6 +26,7 @@
     * </p>
     */
    private static final String[] REGION_NAMES = { "市级", "区县级", "街道级" };
   // 启用 禁用
   private static final String[] ENABLE_DISABLE = { "启用", "禁用" };
@@ -41,7 +42,8 @@
        // 为区域列添加下拉选择
        // 假设区域列是第3列(索引为1),从第2行开始(索引为1)
        addRegionValidation(workbook, sheet, 3, 1, 1000, ENABLE_DISABLE);
        addRegionValidation(workbook, sheet, 3, 1, 1000, REGION_NAMES);
        addRegionValidation(workbook, sheet, 5, 1, 1000, ENABLE_DISABLE);
    }
    /**