From 438405d6293c2e4a99af869f30febf7d06417587 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期二, 25 六月 2024 17:47:49 +0800 Subject: [PATCH] update customer --- jrj/project/business/Customer3.maint.cpp | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/jrj/project/business/Customer3.maint.cpp b/jrj/project/business/Customer3.maint.cpp index 6a7b2c2..9f9ba77 100644 --- a/jrj/project/business/Customer3.maint.cpp +++ b/jrj/project/business/Customer3.maint.cpp @@ -1191,8 +1191,7 @@ if (GetParam()) { - int iArgs = GetParam(); - xaserverarg& args = *new xaserverarg; + xaserverarg& args = *(xaserverarg * )GetParam(); //alert(args.GetString()); xstring CustomerGood = args.GetArgString(L"CustomerGood"); @@ -1214,7 +1213,6 @@ xsheet.SelectSheet(nIndex); //xsheet.SetSheetState(0, 0); } - ApplyStatus=dw_detail.GetItemString(1,L"ApplyStatus"); -- Gitblit v1.9.3