Commit 5a031ca7 by jinxin

自建类型字段处理

parent edda8b6c
......@@ -59,7 +59,7 @@ public class YwWxEnterpriseDTO implements Serializable {
}
public Integer getAppType() {
if (this.wxSecurityType == 5){
if (null != this.wxSecurityType && this.wxSecurityType == 5){
this.appType = 1;
}else {
this.appType = 0;
......
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