Commit fd2bf4d4 by 陶光胜

字段调整

parent 51cb7281
...@@ -22,6 +22,9 @@ public class BaseSalesParamQo { ...@@ -22,6 +22,9 @@ public class BaseSalesParamQo {
private Integer pageSize; private Integer pageSize;
public Integer getChannel() { public Integer getChannel() {
if(channel == null){
return 0;
}
return channel; return channel;
} }
......
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