From e7343e9316ca5833b892c01b52d7d44a21084d54 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期二, 25 六月 2024 17:53:23 +0800 Subject: [PATCH] 代码提交 --- 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