ソースを参照

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/estateagents into dev

魏超 5 年 前
コミット
33f3471b80

+ 2
- 2
src/main/java/com/huiju/estateagents/eContract/service/impl/TaCompanyServiceImpl.java ファイルの表示

@@ -179,7 +179,7 @@ public class TaCompanyServiceImpl extends ServiceImpl<TaCompanyMapper, TaCompany
179 179
                 taCompany.setCreditCode(companyJson.getString("organization"));
180 180
                 taCompany.setStatus(companyJson.getInteger("status"));
181 181
                 taCompany.setReason(companyJson.getString("auditFailReason"));
182
-
182
+                taCompany.setVerifyTime(null);
183 183
                 DateTimeFormatter df = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
184 184
                 String auditorTime = companyJson.getString("auditorTime");
185 185
                 if (!StringUtils.isEmpty(auditorTime)){
@@ -187,7 +187,7 @@ public class TaCompanyServiceImpl extends ServiceImpl<TaCompanyMapper, TaCompany
187 187
                     String substringTime = auditorTime.substring(0, index);
188 188
                     taCompany.setVerifyTime(LocalDateTime.parse(substringTime,df));
189 189
                 }
190
-                taCompany.setVerifyTime(null);
190
+
191 191
             }
192 192
 
193 193
             //银行卡信息

+ 1
- 1
src/main/java/com/huiju/estateagents/eContract/service/impl/TaContractUserServiceImpl.java ファイルの表示

@@ -96,7 +96,7 @@ public class TaContractUserServiceImpl extends ServiceImpl<TaContractUserMapper,
96 96
         String verifyed_way = "4";
97 97
         String page_modify = "1";
98 98
         String notify_url = fadadaProperties.getCompanyNotify();
99
-        String redirectUrl = URLEncoder.encode("/onlineSelling/pages/raiseMoney/Certification?id=" + taRaiseRecord.getRaiseRecordId(), "utf-8");
99
+        String redirectUrl = URLEncoder.encode("/onlineSelling/pages/raiseMoney/Certification", "utf-8");
100 100
         String return_url=  fadadaProperties.getRedirectUrl() + "?appid=123&redirect="+ redirectUrl;
101 101
         String customer_ident_type = "0";
102 102
         String personResult = personverify.invokePersonVerifyUrl(customer_id,verifyed_way,