提交 e994853e authored 作者: Matrix's avatar Matrix

[核查模块] bug fix

上级 f6cd58ff
......@@ -388,7 +388,9 @@ public class DeviceCheckController {
//核查结果
if (endTime.isBefore(LocalDateTime.now())) {
if (task.getBillStatus() != 9999 || revAreaStat.getComProgress() != 2) {
if (revAreaStat.getComProgress() ==1){
lcd.setCheckResult("逾期未完成");
}else if (task.getBillStatus() != 9999 || revAreaStat.getComProgress() != 2) {
lcd.setCheckResult("逾期");
} else {
lcd.setCheckResult("逾期完成");
......@@ -437,7 +439,9 @@ public class DeviceCheckController {
//核查结果
if (endTime.isBefore(LocalDateTime.now())) {
if (task.getBillStatus() != 9999 || revAreaStat.getComProgress() != 2) {
if (revAreaStat.getComProgress() ==1){
led.setCheckResult("逾期未完成");
}else if (task.getBillStatus() != 9999 || revAreaStat.getComProgress() != 2) {
led.setCheckResult("逾期");
} else {
led.setCheckResult("逾期完成");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论