|
|
@@ -58,7 +58,7 @@ public class QrCodeController {
|
|
|
QrCodeVo qrCodeVo = new QrCodeVo();
|
|
|
String qrCodeUrl = "";
|
|
|
//是否是太平洋保险 大家财险
|
|
|
- if ("TPIC1000000".equals(insAreaCompany.getCompanyId()) || "DJPC1000000".equals(insAreaCompany.getCompanyId())) {
|
|
|
+ if ("TPIC1000000".equals(insAreaCompany.getCompanyId()) || "DJPC1000000".equals(insAreaCompany.getCompanyId()) || "HTIC1000000".equals(insAreaCompany.getCompanyId())) {
|
|
|
qrCodeUrl = insAreaCompany.getPaymentLink();
|
|
|
} else {
|
|
|
qrCodeUrl = qrCodeGenAddress + "?areaCompanyId=" + areaCompanyId;
|