啊鑫
2025-08-06 a3a5db87cd11f10efd42eee49e7977c5360e1b55
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":