Commit 51cb7281 by 陶光胜

字段调整

parent bd525abe
...@@ -79,6 +79,9 @@ public class BaseSalesParamQo { ...@@ -79,6 +79,9 @@ public class BaseSalesParamQo {
} }
public Integer getLevel() { public Integer getLevel() {
if(level == null){
return 0;
}
return level; return level;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment