|
@@ -385,7 +385,7 @@ public class WebsitContractSignLogic {
|
|
|
private void companyAuthMethod(AdminWebsit websit, AuthBean bean, String returnUrl) throws Exception {
|
|
|
// 企业认证
|
|
|
if (StringUtils.isBlank(websit.getFadadaWebsitId())) {
|
|
|
- String customerId = Auth4FDDUtil.regAccount("2", websit.getWebsitId()).get("data", String.class, true);
|
|
|
+ String customerId = Auth4FDDUtil.regAccount("2", websit.getWebsitId() + DateUtil.date().getTime()).get("data", String.class, true);
|
|
|
if (StringUtils.isBlank(customerId)) {
|
|
|
throw new RemoteServiceException("注册法大大企业失败");
|
|
|
}
|