From cf8dba7748cc9826d744069b5063a14e3fcd2fa8 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 13 三月 2025 10:48:17 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- jrj/project/business/BasicCode/SKUTemplate.select.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jrj/project/business/BasicCode/SKUTemplate.select.cpp b/jrj/project/business/BasicCode/SKUTemplate.select.cpp index 383fed1..e526dda 100644 --- a/jrj/project/business/BasicCode/SKUTemplate.select.cpp +++ b/jrj/project/business/BasicCode/SKUTemplate.select.cpp @@ -18,10 +18,10 @@ { int i = 1; - while (p.find(L"=L",0)>0) + while (p.find(L"=",0)>0) { - xstring name = p.mid(0, p.find(L"=L",0)); - xstring value = p.mid(p.find(L"=L",0) + 1, p.find(L"=L",0) - 1); + xstring name = p.mid(0, p.find(L"=",0)); + xstring value = p.mid(p.find(L"=",0) + 1, p.find(L"=",0) - 1); return ""+value; i += 1; } -- Gitblit v1.9.3