change-夹具产量不变化的时候不保存到数据库

dev
liuwf 1 year ago
parent 24a339d6d2
commit 0bba3a8aba

@ -92,13 +92,17 @@ namespace Admin.Core.Service.Service_New
} }
} }
} }
else
{
_dal.Add(item); _dal.Add(item);
//更新小时数据 //更新小时数据
UpdateHourInfo(item, productLineCode, stationCode); UpdateHourInfo(item, productLineCode, stationCode);
} }
}
}catch (Exception ex) }catch (Exception ex)
{ {

Loading…
Cancel
Save