fix
This commit is contained in:
@@ -75,6 +75,9 @@ public class EmailHandleService(
|
||||
);
|
||||
logger.LogInformation("成功解析邮件,共 {Count} 条交易记录", parsed.Length);
|
||||
|
||||
// TODO 接入AI分类
|
||||
// 目前已经
|
||||
|
||||
bool allSuccess = true;
|
||||
foreach (var (card, reason, amount, balance, type, occurredAt) in parsed)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user