From 1564af04dacafcc08a9682a4ef1e651120c8cc46 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期三, 12 一月 2022 15:24:06 +0800 Subject: [PATCH] 新增搜索用户接口 --- src/main/kotlin/cn/flightfeather/supervision/common/score/AutoScore.kt | 18 +++++++----------- 1 files changed, 7 insertions(+), 11 deletions(-) diff --git a/src/main/kotlin/cn/flightfeather/supervision/common/score/AutoScore.kt b/src/main/kotlin/cn/flightfeather/supervision/common/score/AutoScore.kt index d100e3a..e8a889e 100644 --- a/src/main/kotlin/cn/flightfeather/supervision/common/score/AutoScore.kt +++ b/src/main/kotlin/cn/flightfeather/supervision/common/score/AutoScore.kt @@ -280,21 +280,17 @@ } } ?: 0 // 鍐欏叆鏁版嵁搴� -// if (r > 0) { -// evaluationList.forEach { el -> evaluationMapper.insert(el) } -// itemevaluationList.forEach { il -> itemevaluationMapper.insert(il) } - for (e in evaluationList) { - if (e.ertype?.toInt()?.equals(0) == true) { - finalScore(e, year, eMonth, period) - break - } - } +// for (e in evaluationList) { +// if (e.ertype?.toInt()?.equals(0) == true) { +// finalScore(e, year, eMonth, period) +// break +// } // } } // 鍐欏叆鏂囨。 -// ExcelUtil.write2(emptyList(), contents, workbook) -// workbook.write(out) + ExcelUtil.write2(emptyList(), contents, workbook) + workbook.write(out) workbook.close() out.flush() out.close() -- Gitblit v1.9.3