|
@@ -461,7 +461,7 @@ public class PayServiceImpl implements PayService {
|
|
|
private Boolean checkHasMaxReceipt(Integer organId, BigDecimal amount) {
|
|
|
SysPaymentConfig paymentConfig = sysPaymentConfigService.findPaymentConfigByOrganId(organId);
|
|
|
|
|
|
- if (!paymentConfig.getHfMerNo().equals("H004218")) {
|
|
|
+ if (!paymentConfig.getHfMerNo().equals("H004217")) {
|
|
|
return false;
|
|
|
}
|
|
|
BigDecimal monthMaxReceipt = new BigDecimal(75000); //每月限定金额
|