|
@@ -897,7 +897,7 @@ public class InsAlltrustApiServiceImpl implements InsAlltrustApiService {
|
|
|
//商业
|
|
//商业
|
|
|
if(StringUtils.isNotEmpty(pResp.getSypolicyUrl())){
|
|
if(StringUtils.isNotEmpty(pResp.getSypolicyUrl())){
|
|
|
String syInsUrl = pResp.getSypolicyUrl().replaceAll(";pkid", "&pkid");
|
|
String syInsUrl = pResp.getSypolicyUrl().replaceAll(";pkid", "&pkid");
|
|
|
- syUrl = gainCarInsPolicy(syInsUrl, licensePlate + "-交强险保单.pdf", licensePlate);
|
|
|
|
|
|
|
+ syUrl = gainCarInsPolicy(syInsUrl, licensePlate + "-商业险保单.pdf", licensePlate);
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|