Browse Source

变更审核列表修改

anderx 3 years ago
parent
commit
608d13b4f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/goafanti/order/bo/OutProcessName.java

+ 1 - 0
src/main/java/com/goafanti/order/bo/OutProcessName.java

@@ -21,6 +21,7 @@ public class OutProcessName {
     private String dsz;
 
     public Integer getSpecial() {
+        if (special==null)return 0;
         return special;
     }