| | |
| | | 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;
|