Commit 6dbf224b by zhiwj

Merge branch 'developer' of…

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-platform-enterprise into developer
parents a3d23c81 de27f588
......@@ -63,7 +63,7 @@ public class LoginController {
public RestResponse bind(Integer enterpriseId, String nationCode, String phone, String password)
throws IOException {
return ResultControllerUtils.commonResult(
marketUserApiService.BindGicEnterprise(Long.valueOf(enterpriseId), nationCode, phone, password));
marketUserApiService.BindGicEnterprise(Long.valueOf(enterpriseId), nationCode.replace("+", ""), phone, password));
}
/**
......
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