jrj/project/business/SystemSettings/CommentaryEx.dialog.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jrj/project/business/SystemSettings/CommentaryEx.dialog.cpp
@@ -92,6 +92,7 @@ xstring guid = publiccode::GetGuid(); xstring str = guid.left(2); xstring ret = xaserver::UploadFile(L"attachment" + str, guid + L".jpg", GetHWND(), L"", false); int nIndex = m_cb.AddItem(ret.c_str(true), (guid + L".jpg").c_str(true)); showAtt(); return 1; } @@ -135,8 +136,12 @@ xstring value = m_Edit.GetText(); if (value == L"") { alert(L"请填写批注!"); return 1; int s = m_cb.GetCount(); if (s < 1) { alert(L"请填写批注!"); return 1; } } x.loadXML(L"<Commentary update.new='1' update.modify='1'/>");