Commit 59aad92a by 陶光胜

导航保存重复验证

parent 12b795e6
package com.gic.enterprise.web.qo;
import org.apache.commons.lang.StringUtils;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
......@@ -21,7 +23,9 @@ public class QrcodeQO implements Serializable {
}
public void setH5(Integer h5) {
this.h5 = h5;
if(h5 != null && StringUtils.isNotBlank(h5+"")){
this.h5 = h5;
}
}
public String getAppletIds() {
......
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