投料验证生产bom

This commit is contained in:
2024-07-08 08:34:18 +08:00
parent a281ce82c6
commit c2aaa1e353
2 changed files with 5 additions and 6 deletions

View File

@@ -498,8 +498,7 @@ public class DataBaseManager : IDataBaseManager, ITransient
if (_sqlSugarClient.CurrentConnectionConfig.DbType == SqlSugar.DbType.Oracle)
strSql = strSql.Replace(";", string.Empty);
Log.Information("查找报错sql:"+strSql);
var data = _sqlSugarClient.Ado.GetDataTable(strSql, parameters);
_sqlSugarClient.ChangeDatabase(_connectionStrings.ConfigId);
return data;