用戶再次報案但無新增的備註訊息時,須於備註內加註【用戶再次報案
1 files modified
13 ■■■■ changed files
CCSTrace/CCS/ProcessEvent.cs 13 ●●●● patch | view | raw | blame | history
CCSTrace/CCS/ProcessEvent.cs
@@ -663,15 +663,14 @@
                Command.Dispose();
            }
            if ((m_EventRec.getNote() != null) && (m_EventRec.getNote().Length != 0))
            {
                if ((!note.ToString().EndsWith("|")) && (!note.ToString().Trim().Equals("")))
                {
                    note.Append(" | ");
                }
            if ((!note.ToString().EndsWith("|")) && (!note.ToString().Trim().Equals("")))
                note.Append(" | ");
            if ((m_EventRec.getNote() != null) && (m_EventRec.getNote().Length != 0))
                note.Append(m_EventRec.getAcceptDate() + " " + m_EventRec.getNote());
            }
            else
                note.Append(m_EventRec.getAcceptDate() + " 用戶再次報案");
            // 判斷重複來電的用戶最初成立的案件是否是由CCS受理
            bool acceptByCCS = false;