|
|
|
@ -304,7 +304,7 @@ public class BsMerServiceImpl implements BsMerService { |
|
|
|
|
merAttachService.editMerAttach(merAttach); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
if (merSettleAcct.getSettleType().equals(MerSettleType.status3.getNumber()) && StringUtils.isNotBlank(merSettleAcct.getOpenningBankLicenseUrl())){ |
|
|
|
|
if (merSettleAcct.getSettleType().equals(MerSettleType.status3.getNumber()) && StringUtils.isNotBlank(merSettleAcct.getCommissionImg())){ |
|
|
|
|
attach = new BsMerAttach(); |
|
|
|
|
attach.setMerId(mer.getId()); |
|
|
|
|
attach.setPlatformType(PlatformTypeEnum.type0.getNumber()); |
|
|
|
|