导入月度

master
OathK1per 2022-08-19 19:51:58 +08:00
parent a8c85dbcc5
commit 430007fc6c
1 changed files with 2 additions and 2 deletions

View File

@ -210,9 +210,9 @@ public class MonthlySettleService {
throw new Exception("未计收金额不能为空");
}
successCount++;
projectNameSet.add(projectName);
saveMonthlySettle(m, date, projectName, monthlySettleList);
projectNameSet.add(projectName);
successCount++;
} catch (Exception e) {
logger.error("", e);
errorCount++;