|
|
@ -180,7 +180,7 @@ public class LaKaLaTradeService { |
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.COMMON_ERROR, "未找到商户号"); |
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.COMMON_ERROR, "未找到商户号"); |
|
|
|
} |
|
|
|
} |
|
|
|
// 查询终端号
|
|
|
|
// 查询终端号
|
|
|
|
BsMerPlatformTerm merPlatformTerm = merPlatformTermService.getMerPlatformTerm(platformNo.getId(), "PAPER_CODE"); |
|
|
|
BsMerPlatformTerm merPlatformTerm = merPlatformTermService.getMerPlatformTerm(platformNo.getId(), "WECHAT_PAY"); |
|
|
|
if (merPlatformTerm == null) { |
|
|
|
if (merPlatformTerm == null) { |
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.COMMON_ERROR, "未找到商户终端号"); |
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.COMMON_ERROR, "未找到商户终端号"); |
|
|
|
} |
|
|
|
} |
|
|
|