|
|
@ -317,7 +317,7 @@ public class KpiCaseHandlingServiceImpl extends BaseServiceImpl<KpiCaseHandlingD |
|
|
|
|
|
|
|
// 奖励分值(2分)
|
|
|
|
String plusScore = kpiCaseHandlingExcel.getPlusScore(); |
|
|
|
if(ExcelUtils.checkNumber(plusScore)){ |
|
|
|
if(ExcelUtils.checkNumberTwoPoint(plusScore)){ |
|
|
|
return true; |
|
|
|
} |
|
|
|
Double plusScorelDouble = Double.parseDouble(plusScore); |
|
|
|