merge code

This commit is contained in:
qiji4215
2023-07-14 14:25:44 +08:00
parent c8ac5c9582
commit 4fa9df8e3c
3 changed files with 18 additions and 17 deletions

View File

@@ -146,7 +146,7 @@ class TaskUploadScope(
evaluatorName = "",
evaluationDate = "",
evaluationWay = 2,
roadClassfcation = "",
roadClassfcation = 1,
roadFunctionGrade = 0,
noEvaluationreason = hadLinkDvoBean.reason,
linkLength = 0.0,
@@ -192,7 +192,7 @@ class TaskUploadScope(
evaluatorName = it.checkUserId,
evaluationDate = it.checkTime,
evaluationWay = evaluationWay,
roadClassfcation = "",
roadClassfcation = 1,
roadFunctionGrade = 3,
noEvaluationreason = "",
linkLength = s.toDouble(),