From 93698754484a8228a4b861c5d2a062870c68fe5f Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期三, 26 六月 2024 08:06:31 +0800 Subject: [PATCH] update enquery --- jrj/project/viewobject/view.base.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jrj/project/viewobject/view.base.hpp b/jrj/project/viewobject/view.base.hpp index b93cc53..2c90dbf 100644 --- a/jrj/project/viewobject/view.base.hpp +++ b/jrj/project/viewobject/view.base.hpp @@ -276,7 +276,7 @@ dwobj.Redraw(); } - int AddMessage(string serverUrl, string Category, string Reciever, string EntityNo, string EntityID, string Subject, string Content) + static int AddMessage(string serverUrl, string Category, string Reciever, string EntityNo, string EntityID, string Subject, string Content) { KXMLDOMDocument x; xaserverarg arg; -- Gitblit v1.9.3