VueWebApi/DLL/DAL/KanBanManagerentDAL.cs
@@ -95,7 +95,7 @@ var sql = ""; try { sql = @"select * from h_v_BMKanBan_ProductionNotDeliverSumTop"; sql = @"select * from h_v_JMKanBan_ProductionNotDeliverSumTop"; var data = DapperHelper.selecttable(sql); mes.code = "200"; mes.Message = "查询成功!";