Commit aaa15e3a by 徐高华

pending开关

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