Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe
This commit is contained in:
commit
483f416e9f
@ -927,7 +927,7 @@ namespace APT.SC.WebApi.Controllers.Api.BI
|
||||
}
|
||||
}
|
||||
//各家公司风险类别图
|
||||
string sqlRiskType = "select RISK_NAME as typeName,count(1) as qty from vhome_library_data GROUP BY RISK_NAME ORDER BY qty desc";
|
||||
string sqlRiskType = "select typeName,count(1) as qty from vhome_library_data GROUP BY typeName ORDER BY qty desc";
|
||||
SqlCommand comRiskType = new SqlCommand(sqlRiskType, connection);
|
||||
SqlDataAdapter riskTypeData = new SqlDataAdapter(comRiskType);
|
||||
riskTypeData.Fill(tableRiskType);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user