|
@@ -856,7 +856,7 @@ public class InsAlltrustApiServiceImpl implements InsAlltrustApiService {
|
|
|
String jqFlagUrl = gainExistCarInsPolicy(licensePlate + "-交强险标志.pdf", licensePlate);
|
|
String jqFlagUrl = gainExistCarInsPolicy(licensePlate + "-交强险标志.pdf", licensePlate);
|
|
|
String jqUrl = gainExistCarInsPolicy(licensePlate + "-交强险保单.pdf", licensePlate);
|
|
String jqUrl = gainExistCarInsPolicy(licensePlate + "-交强险保单.pdf", licensePlate);
|
|
|
String syUrl = gainExistCarInsPolicy(licensePlate + "-商业险保单.pdf", licensePlate);
|
|
String syUrl = gainExistCarInsPolicy(licensePlate + "-商业险保单.pdf", licensePlate);
|
|
|
- if (null != jqFlagUrl || null != jqUrl || null != syUrl) {
|
|
|
|
|
|
|
+ if (StringUtils.isNotEmpty(jqFlagUrl) || StringUtils.isNotEmpty(jqUrl) || StringUtils.isNotEmpty(syUrl)) {
|
|
|
m.put("jqFlagUrl", jqFlagUrl);
|
|
m.put("jqFlagUrl", jqFlagUrl);
|
|
|
m.put("jqUrl", jqUrl);
|
|
m.put("jqUrl", jqUrl);
|
|
|
m.put("syUrl", syUrl);
|
|
m.put("syUrl", syUrl);
|