导入月度
parent
a8c85dbcc5
commit
430007fc6c
|
@ -210,9 +210,9 @@ public class MonthlySettleService {
|
||||||
throw new Exception("未计收金额不能为空");
|
throw new Exception("未计收金额不能为空");
|
||||||
}
|
}
|
||||||
|
|
||||||
successCount++;
|
|
||||||
projectNameSet.add(projectName);
|
|
||||||
saveMonthlySettle(m, date, projectName, monthlySettleList);
|
saveMonthlySettle(m, date, projectName, monthlySettleList);
|
||||||
|
projectNameSet.add(projectName);
|
||||||
|
successCount++;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.error("", e);
|
logger.error("", e);
|
||||||
errorCount++;
|
errorCount++;
|
||||||
|
|
Loading…
Reference in New Issue