对齐 BOOT 与 CLOUD 的代码

This commit is contained in:
YunaiV
2024-01-19 22:13:55 +08:00
parent 023a7b14d8
commit 6a6e95fcb6
7 changed files with 5 additions and 15 deletions

View File

@ -197,7 +197,7 @@ public class PayChannelServiceTest extends BaseDbUnitTest {
channelMapper.insert(dbChannel);// @Sql: 先插入出一条存在的数据
// 准备参数
Long appId = dbChannel.getAppId();
String code = dbChannel.getCode();;
String code = dbChannel.getCode();
// 调用
PayChannelDO channel = channelService.getChannelByAppIdAndCode(appId, code);