|
@@ -140,7 +140,7 @@ public class PlatformServiceImpl extends ServiceImpl<PlatformMapper,Platform> im
|
|
|
public void flush(Long id) {
|
|
|
Platform platform = getById(id);
|
|
|
//获取认证状态
|
|
|
- String result = ElectronicSignatureUtil.getAuthInfo(platform.getFddCustomerId(), "2");
|
|
|
+ String result = ElectronicSignatureUtil.getAuthInfo(platform.getSocialCreditCode(), "2");
|
|
|
if ("1".equals(result)){
|
|
|
platform.setAuthStatus(1);
|
|
|
updateById(platform);
|