Commit fd2bf4d4 by 陶光胜

字段调整

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