MES.Service/service/BasicData/MesPositionManager.cs
@@ -25,14 +25,11 @@ if (UpdatePositionStatus(db, entity.Id, "B")) // 禁用岗位 return 1; break; case "2": if (InsertOrUpdatePosition(db, entity)) // 插入或更新岗位 return 1; break; case "3": if (DeletePosition(db, entity.Id)) // 删除岗位 return 1; break; case "2": case "4": if (InsertOrUpdatePosition(db, entity)) // 插入或更新岗位 return 1;