From 7a17dfe0a82ba9b1158ab646a7ad58262b3d145b Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期三, 24 七月 2024 16:18:16 +0800
Subject: [PATCH] update

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