啊鑫
2025-08-12 83e42fa6d2797cf4e0b2769426348cbc7a5d7289
MES.Service/service/BasicData/MesItemsManager.cs
@@ -34,11 +34,11 @@
                        return 1;
                    break;
                case "2":
                    if (InsertItem(db, entity))
                    if (InsertOrUpdate(db, entity))
                        return 1;
                    break;
                case "3":
                    if (DeleteItem(db, entity.Id))
                    if (UpdateItemStatus(db, entity.Id, "B"))
                        return 1;
                    break;
                case "4":