jiangbiao il y a 1 an
Parent
commit
23c3d6bb7c

+ 1 - 1
master/src/main/java/com/ruoyi/project/production/controller/TPpeMainController.java

@@ -720,7 +720,7 @@ public class TPpeMainController extends BaseController {
             } else {
                 return "*";
             }
-        } else if (value.equals("N.A") && current.equals("N.A")) {
+        } else if (value.equals("N.A")) {
             return "N.A";
         } else if (current.equals(value)) {
             return "R";