From b1416ebf7e2f5d56f1bfe30edda8c02abd845680 Mon Sep 17 00:00:00 2001 From: fly-l <1420031550@qq.com> Date: Sat, 8 Oct 2022 23:51:58 +0800 Subject: [PATCH] 20221008 002 --- SGGL/WebAPI/Controllers/HJGL/PackagingManageController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/WebAPI/Controllers/HJGL/PackagingManageController.cs b/SGGL/WebAPI/Controllers/HJGL/PackagingManageController.cs index 9e273dff..7b0b9c68 100644 --- a/SGGL/WebAPI/Controllers/HJGL/PackagingManageController.cs +++ b/SGGL/WebAPI/Controllers/HJGL/PackagingManageController.cs @@ -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) {