hcong
2024-12-17 09c8120288ea7df454c10d67911ab8643f2f4235
src/main/kotlin/cn/flightfeather/supervision/business/report/BaseTemplate.kt
@@ -86,7 +86,7 @@
     * 输出到对象
     * hc 2024.12.06
     */
    fun toObject(): MutableList<BaseTemplateResult>  {
    fun toObject() {
        if (!isExecuted) {
            execute()
        }
@@ -106,7 +106,6 @@
            resultObjects.clear()
            resultObjects.add(classType.createInstance())
        }
        return resultObjects
    }
    /**