From 8546817812d2d8407f3036b1633deac285c3cf16 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期二, 23 七月 2024 13:19:32 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj

---
 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