|
@@ -114,6 +114,8 @@ public class QrCodeController {
|
|
|
}else{
|
|
}else{
|
|
|
qrCodeUrl = insAreaCompany.getPaymentLink();
|
|
qrCodeUrl = insAreaCompany.getPaymentLink();
|
|
|
}
|
|
}
|
|
|
|
|
+ } else if(insAreaCompany.getCompanyId().equals("CCIC1000000")){
|
|
|
|
|
+ qrCodeUrl = insAreaCompany.getPaymentLink();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
qrCodeVo.setQrCodeUrl(qrCodeUrl);
|
|
qrCodeVo.setQrCodeUrl(qrCodeUrl);
|