南骏 池
3 天以前 6a116de698e60a6b7984a0cb98a5b83805269fd3
1.测试
已修改2个文件
4 ■■■ 文件已修改
MES.Service/service/WomcaaManager.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MESApplication/appsettings.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
MES.Service/service/WomcaaManager.cs
@@ -91,6 +91,8 @@
    private bool UpdateData(SqlSugarScope db, Womcaa mesWomcaa,
        List<Womcab> mesWomcabs)
    {
        //throw new NotImplementedException("存在下有单据,不允许反审");
        var decimals = mesWomcabs.Select(s => s.Guid).ToArray();
        var update = base.DeleteById(mesWomcaa.Guid);
        var insertOrUpdate = db
MESApplication/appsettings.json
@@ -10,7 +10,7 @@
  "AppSettings": {
    "TestErpUrl": "http://192.168.0.208:8066/WebService1.asmx/MesToErpinfoTest",
    "ProductionErpUrl": "http://192.168.0.208:8066/WebService1.asmx/MesToErpinfoTest",
    "DataBaseConn": "Data Source=192.168.1.146;Initial Catalog=GS_MES;User ID=mesUser;Password =mesUser123;Encrypt=True;TrustServerCertificate=True;"
    "DataBaseConn": "Data Source=192.168.1.146;Initial Catalog=GS_MES;User ID=mesUser;Password =qixi1qaz@WSXmes;Encrypt=True;TrustServerCertificate=True;"
    //"DataBaseConn": "Data Source=192.168.1.146;Initial Catalog=TEST_MES;User ID=testUser;Password =testUser123;Encrypt=True;TrustServerCertificate=True;"
  }
}