VueWebApi/DLL/DAL/BaseDateDAL.cs
@@ -25,7 +25,7 @@
            try
            {
                sql = @"select code,name  from TCustomer
                        where mtype='WG' and is_delete='0'";
                        where type in('226','228') and is_delete='0'";
                var data = DapperHelper.selecttable(sql);
                mes.code = "200";
                mes.Message = "查询成功!";