This commit is contained in:
高飞 2025-07-10 17:50:35 +08:00
parent 75946c4f31
commit a15f219d3d
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ namespace FineUIPro.Web.CQMS.QuantityManagement
foreach (var d in days)
{
var dayInput2s = dayInputs.Where(x => x.BaseId == baseId && x.Date == d && x.WorkTeam == workTeamId);
if (dayInputs.Count() > 0)
if (dayInput2s.Count() > 0)
{
decimal c = 0;
foreach (var item in dayInput2s)