fix:修复注释错误
This commit is contained in:
@@ -51,7 +51,7 @@ public sealed class GetBillingPaymentsQueryHandler(
|
||||
throw new BusinessException(ErrorCodes.NotFound, "账单不存在");
|
||||
}
|
||||
|
||||
// 1.2 (空行后) 查询支付记录
|
||||
// 1.2 查询支付记录
|
||||
await using var command = CreateCommand(
|
||||
connection,
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user