From 723208322689b903e7ed2e841f4b23bcc0516d70 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期四, 25 二月 2021 16:08:24 +0800
Subject: [PATCH] 调拨判断库存
---
WebAPI/Controllers/LookingForBillController.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Controllers/LookingForBillController.cs b/WebAPI/Controllers/LookingForBillController.cs
index fff9cbf..89064a8 100644
--- a/WebAPI/Controllers/LookingForBillController.cs
+++ b/WebAPI/Controllers/LookingForBillController.cs
@@ -325,7 +325,7 @@
{
try
{
- string sWhere = " Where HBarCode = '" + HBarCode.Trim() + "'";
+ string sWhere = " Where 婧愬崟鍙� = '" + HBarCode.Trim() + "'";
ds = GetWaitingLookingFor_s(sWhere);
if (ds == null || ds.Tables[0].Rows.Count <= 0)
{
--
Gitblit v1.9.1