| jrj/project/business/AP/maint.ap.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jrj/project/business/AP/maint.ap.cpp
@@ -253,6 +253,7 @@ SetArg(); APID = L""; APType = L""; xstring positionname = publiccode::GetUser().positionname; if (GetWinParam()) { xaserverarg arg=GetArg(); @@ -277,7 +278,11 @@ { xstring sdate = publiccode::GetCurrentDate(); dw_base.SetItemString(1, L"APDate", sdate); if (positionname.find(L"跟单") < 0) { dw_base.SetItemString(1, L"PayedDate", sdate); } dw_base.SetItemString(1, L"CreateDate", sdate); xstring suserid = publiccode::GetUser().id; xstring susername = publiccode::GetUser().name;