From ae43f66645ede7c235d64c261eb10fdd0f2fde01 Mon Sep 17 00:00:00 2001 From: liyf Date: Fri, 22 May 2020 09:22:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=95=B0=E7=82=B9=E5=90=8E=E4=BD=8D?= =?UTF-8?q?=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HEZON_ITK/bs_sap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HEZON_ITK/bs_sap.cpp b/HEZON_ITK/bs_sap.cpp index 2f0a761..a522fe3 100644 --- a/HEZON_ITK/bs_sap.cpp +++ b/HEZON_ITK/bs_sap.cpp @@ -243,9 +243,9 @@ void get_bom(System::Collections::Generic::List(index + 3)) + if(index!=-1&&quantity.length()>(index + 4)) { - quantity = quantity.substr(0, index + 3); + quantity = quantity.substr(0,index + 4); } }else {