Commit 93d4d8ec by 徐高华

开启配置

parent 43d6f316
......@@ -117,8 +117,8 @@ public class WxEnterpriseRelatedServiceImpl implements WxEnterpriseRelatedServic
settFlag = false ;
}
}
if(openCardFlag == 0 && wxEnterpriseType ==0 && !settFlag) {
return true ;
if(openCardFlag == 0 && wxEnterpriseType ==0 && settFlag) {
return false ;
}
return true ;
}
......
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