From d013a35ef5bb3b45b46362c67d6f3ca52a54e96d Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期一, 01 七月 2024 16:07:55 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj

---
 jrj/project/business/SO/Product.Select.SO.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jrj/project/business/SO/Product.Select.SO.cpp b/jrj/project/business/SO/Product.Select.SO.cpp
index be4bddb..372186d 100644
--- a/jrj/project/business/SO/Product.Select.SO.cpp
+++ b/jrj/project/business/SO/Product.Select.SO.cpp
@@ -672,7 +672,7 @@
 			dw_list.Redraw();
 			impStr = L"";
 
-			SendMessageW(hObject, 0x401, ls_nos, 0);
+			SendMessage(hObject, 0x401, ls_nos, 0);
 			alert(L"转入完成!");
 			return 1;
 		}
@@ -833,7 +833,7 @@
 			}
 			else if (comdid == L"xmRertieve")
 			{
-				int hItem1 = tv_folder.GetSelectedItem();
+				HTREEITEM hItem1 = tv_folder.GetSelectedItem();
 				KXMLDOMElement e2 = tv_folder.GetItemData(hItem1);
 				xstring no1 = e2.getAttribute(L"no");
 				xml x2 = vcontrol::RetrieveData(L"/sale/data/SO/goods/usergoods/listex1", L"parent", no1);

--
Gitblit v1.9.3