1
This commit is contained in:
parent
a567fb4b1a
commit
9f1e1b6035
@ -150,7 +150,7 @@ namespace DOAN.Service.MES.product
|
||||
// 清空缓存列表
|
||||
insertProWeekPlanList.Clear();
|
||||
insertProWeeklyDateList.Clear();
|
||||
insertCount = insertCount + insertProWeekPlanList.Count;
|
||||
insertCount = insertCount + insertProWeekPlanList.Count+ insertProWeeklyDateList.Count;
|
||||
}
|
||||
}
|
||||
|
||||
@ -158,7 +158,7 @@ namespace DOAN.Service.MES.product
|
||||
if (insertProWeekPlanList.Count > 0)
|
||||
{
|
||||
InsertBatchData(insertProWeekPlanList, insertProWeeklyDateList, year, week, username);
|
||||
insertCount = insertCount + insertProWeekPlanList.Count;
|
||||
insertCount = insertCount + insertProWeekPlanList.Count+ insertProWeeklyDateList.Count;
|
||||
}
|
||||
|
||||
return insertCount;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user