From 561975a23fc6e6d21ff1dd69222ea0139a3d4592 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期四, 10 三月 2022 19:04:16 +0800
Subject: [PATCH] 丸井盘点分析表,盘盈审核生成其它入库单报错处理 webservice 更新生产装箱模块,扫描装箱条码方法
---
WebAPI/Controllers/CJGL/Cj_CallGoodsBillMainController.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Controllers/CJGL/Cj_CallGoodsBillMainController.cs b/WebAPI/Controllers/CJGL/Cj_CallGoodsBillMainController.cs
index 8e0aeb9..9d7cd47 100644
--- a/WebAPI/Controllers/CJGL/Cj_CallGoodsBillMainController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_CallGoodsBillMainController.cs
@@ -14,6 +14,7 @@
SQLHelper.ClsCN oCN = new SQLHelper.ClsCN();
DataSet ds;
+ #region 鍙枡鍗曞垪琛�
[Route("Cj_CallGoodsBillMain/CallGoodsBillMainList")]
[HttpGet]
public object CallGoodsBillMainList(string sWhere,string user)
@@ -47,6 +48,7 @@
return objJsonResult;
}
}
+ #endregion
}
}
\ No newline at end of file
--
Gitblit v1.9.1