From 916f665e26d88909928ae69797d4f25ec0fb3c37 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 03 七月 2024 16:14:24 +0800
Subject: [PATCH] 夏宝:扫描客户条码生成记录,可以在维护页面查看,并导出excel文件 扫码模块 扫码缓存模块 查询列表一个模块
---
WebAPI/Controllers/CJGL/Cj_SingleStationController.cs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Controllers/CJGL/Cj_SingleStationController.cs b/WebAPI/Controllers/CJGL/Cj_SingleStationController.cs
index e9c9c2b..94b9d8a 100644
--- a/WebAPI/Controllers/CJGL/Cj_SingleStationController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_SingleStationController.cs
@@ -1909,7 +1909,6 @@
columnNameList.Add(JsonConvert.DeserializeObject(ColmString));//鑾峰彇鍒癉ataColumn鍒楀璞$殑鍒楀悕
}
-
objJsonResult.code = "1";
objJsonResult.count = 1;
objJsonResult.Message = "Sucess锛�";
--
Gitblit v1.9.1