看板接口
This commit is contained in:
parent
4c1d921db2
commit
560304c716
@ -240,7 +240,7 @@ namespace APT.SC.WebApi.Controllers.Api.BI
|
||||
// sql += " and crdate>='" + dt + "'";
|
||||
//}
|
||||
//sql += " order by crdate desc";
|
||||
using (SqlCommand Com = new SqlCommand(sql, connection))
|
||||
using (SqlCommand Com = new SqlCommand(sql2, connection))
|
||||
{
|
||||
SqlDataAdapter Data = new SqlDataAdapter(Com);
|
||||
Data.Fill(Table2);
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
//"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;"
|
||||
"default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;"
|
||||
"default": "Server=121.41.2.71;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;",
|
||||
"head": "Server=124.117.209.78;Database=mh_jy_head;uid=sa;pwd=JySafe@2025*;"
|
||||
},
|
||||
"AppSettings": {
|
||||
"DataBaseType": "sqlserver",
|
||||
|
||||
@ -8,7 +8,8 @@
|
||||
//"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;"
|
||||
//"default": "User ID=postgres;Password=dfdn!energy;Host=36.133.75.96;Port=5432;Database=postgres;CommandTimeout=1024;"
|
||||
//"default": "Server=120.25.146.51;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;"
|
||||
"default": "Server=124.117.209.78;Database=mh_jy_ops;uid=sa;pwd=JySafe@2025*;"
|
||||
"default": "Server=124.117.209.78;Database=mh_jy_ops;uid=sa;pwd=JySafe@2025*;",
|
||||
"head": "Server=124.117.209.78;Database=mh_jy_head;uid=sa;pwd=JySafe@2025*;"
|
||||
},
|
||||
"AppSettings": {
|
||||
"DataBaseType": "sqlserver",
|
||||
|
||||
@ -8,7 +8,8 @@
|
||||
//"default": "User ID=postgres;Password=dfdn!energy;Host=36.134.166.114;Port=5432;Database=mh_op;CommandTimeout=1024;"
|
||||
//"default": "User ID=postgres;Password=dfdn!energy;Host=36.133.75.96;Port=5432;Database=postgres;CommandTimeout=1024;"
|
||||
//"default": "Server=172.26.13.0;Database=mh_jy_ops;uid=sa;pwd=mhsafe!2021;"
|
||||
"default": "Server=127.0.0.1;Database=mh_jy_ops;uid=sa;pwd=JySafe@2025*;"
|
||||
"default": "Server=127.0.0.1;Database=mh_jy_ops;uid=sa;pwd=JySafe@2025*;",
|
||||
"head": "Server=124.117.209.78;Database=mh_jy_head;uid=sa;pwd=JySafe@2025*;"
|
||||
},
|
||||
"AppSettings": {
|
||||
"DataBaseType": "sqlserver",
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
//"default": "Data Source=172.20.8.76:1521/DB2;User Id=\"dbo\";Password=mssqas;Pooling=false;PERSIST SECURITY INFO=True;"
|
||||
//"default": "Data Source=172.20.8.83:1521/DB2;User Id=\"dbo\";Password=mssuat;Pooling=false;PERSIST SECURITY INFO=True;"
|
||||
//"default": "User ID=postgres;Password=ldxmesadm;Host=172.20.8.91;Port=5432;Database=mes;CommandTimeout=1024;"
|
||||
"default": "Server=127.0.0.1;Database=mh_jy_ops;uid=sa;pwd=123456;"
|
||||
"default": "Server=127.0.0.1;Database=mh_jy_ops;uid=sa;pwd=123456;",
|
||||
"head": "Server=124.117.209.78;Database=mh_jy_head;uid=sa;pwd=JySafe@2025*;"
|
||||
//"default": "User ID=postgres;Password=opt!energy;Host=36.133.75.96;Port=5432;Database=postgres;CommandTimeout=1024;"
|
||||
},
|
||||
"AppSettings": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user