Commit cd12d685 by 墨竹

Merge remote-tracking branch 'origin/developer' into developer

parents f50e39dd c4ca033c
......@@ -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