Commit cdefc25c by 徐高华

Merge branch 'master_xgh_pendingid' into 'developer'

开启配置

See merge request !321
parents 95718e76 93d4d8ec
......@@ -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