This commit is contained in:
2024-04-20 10:56:06 +08:00
parent eba391bab9
commit 631d7acf55

View File

@@ -165,6 +165,7 @@ namespace ZR.Service.Business
nowProduction2.GoodsNumLogic = secondHas;
nowProduction2.GoodsNumAction = secondHas;
nowProduction2.Remark = "拼箱零头箱";
Context.Updateable(nowProduction2).IgnoreColumns(ignoreAllNullColumns: true).ExecuteCommand();
}
return log;
}