src/test/kotlin/cn/flightfeather/supervision/business/autooutput/AopEvaluationTest.kt
@@ -63,21 +63,21 @@
     */
    @Test
    fun test1() {
        val taskId = "P7hsgDedyN9XLrbt"
        val taskId = "qpou6fonNsye9WC1"
        val districtCode = "310106"
        val year = 2024
        val month = 6
        val year = 2025
        val month = 9
        val sceneType = Constant.SceneType.TYPE1.value.toInt()
        jaCsDataAnalysis.setResource(taskId, sceneType, year, month)
        jaCsDataAnalysis.execute()
        aopEvaluation.executeByTopTask(taskId, sceneType)
        val mode = 9
        searchService.writeToFile(ExcelConfigVo(
            taskId,
            districtCode = districtCode,
            sceneType = sceneType), mode)
//        val mode = 9
//        searchService.writeToFile(ExcelConfigVo(
//            taskId,
//            districtCode = districtCode,
//            sceneType = sceneType), mode)
    }
    /**