|
|
@@ -271,7 +271,7 @@ public class HlwPaymentController extends JeecgController<HlwPayment, IHlwPaymen
|
|
|
@GetMapping(value = "/getBusinessLicense")
|
|
|
public Result<?> getBusinessLicense(HlwPayment hlwPayment) {
|
|
|
HlwPayment hlwPayment1 = new HlwPayment();
|
|
|
- if (hlwPayment.getIsThroughPlatform() == 1) {
|
|
|
+ if (hlwPayment.getCpId() !=null) {
|
|
|
hlwPayment1 = hlwCpSettingService.getBusinessLicense(hlwPayment);
|
|
|
hlwPayment1.setFilePathPrefix(aliyunUrl);
|
|
|
} else {
|