From a4007653540f850add4ad70e81b2dd58679a188e Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期二, 23 七月 2024 12:49:06 +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