From a259731db05ce2115c26926a6d1fef577d30cb24 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期五, 26 七月 2024 14:17:18 +0800
Subject: [PATCH] update sample new

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

diff --git a/jrj/project/business/SO/Product.FetchNo.cpp b/jrj/project/business/SO/Product.FetchNo.cpp
index c4d6dcf..6380c19 100644
--- a/jrj/project/business/SO/Product.FetchNo.cpp
+++ b/jrj/project/business/SO/Product.FetchNo.cpp
@@ -79,7 +79,7 @@
 			xstring EntityID = dw_list.GetItemString(dw_list.GetRow(), L"SKUID");
 			xstring EntityNo = dw_list.GetItemString(dw_list.GetRow(), L"SKUNo");
 			xstring Category = L"货号申请";
-			xstring Reciever = L"00908";
+			xstring Reciever = L"00914";
 			xstring Content = L"";
 			//alert(L"EntityID:"+EntityID);
 			ViewObject::AddMessage( GetServerUrl(),Category, Reciever, EntityNo, EntityID, Subject, Content);

--
Gitblit v1.9.3