20221008 002

This commit is contained in:
李鹏飞 2022-10-08 23:51:58 +08:00
parent 9e41bf0eca
commit b1416ebf7e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace WebAPI.Controllers.HJGL
var responeData = new Model.ResponeData();
try
{
responeData.data = from x in Funs.DB;
//responeData.data = from x in Funs.DB;
}
catch (Exception ex)
{