Commit 8ba07a0d by 徐高华

外部联系人修复

parent 5d0ea59b
...@@ -332,7 +332,7 @@ public class ExternalClerkRelatedServiceImpl implements ExternalClerkRelatedServ ...@@ -332,7 +332,7 @@ public class ExternalClerkRelatedServiceImpl implements ExternalClerkRelatedServ
continue; continue;
} }
int type = 0 ; int type = 0 ;
if(wxEnterpriseId.endsWith("#")) { if(wxEnterpriseId.endsWith("_")) {
wxEnterpriseId = wxEnterpriseId.substring(0,wxEnterpriseId.length()-1) ; wxEnterpriseId = wxEnterpriseId.substring(0,wxEnterpriseId.length()-1) ;
type = 1 ; type = 1 ;
} }
......
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