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