hao
8 天以前 2b9f544a55f30f0b6e8010b84ed8b60f2c4cb78e
StandardInterface/MES.Service/service/BasicData/Material/MesDepotsManager.cs
@@ -48,7 +48,7 @@
            .SetColumns(s => s.IsNg == status)
            .Where(s => s.DepotId == depotId).ExecuteCommand();
        if (result > 0)
       // if (result > 0)
            return true;
        throw new NotImplementedException(status == "A" ? "启用失败" : "禁用失败");
@@ -151,8 +151,11 @@
            CreateDate = DateTime.Now,
            FZYC= depots.FZYC,
            FGYC= depots.FGYC,
            FZMC= depots.FZMC,
            CGYMC= depots.FCGYMC,
            Company = "1000",
            Factory = "1000"
            Factory = "1000",
            Type=depots.Type,
        };
    }