| | |
| | | private OracleConnection _ConnectionTPC;
|
| | | private OracleTransaction _Transaction;
|
| | | private RecordLog _PLog;
|
| | | private String _traceConnectionString = String.Empty;
|
| | |
|
| | | // int Range = 360; //比事故案件還早多久時間內的案件才作合併 單位:分
|
| | |
|
| | | public JudgeCase(int m_FdrID, int m_fsc, int m_ufid, int m_CaseID, String m_AcceptDate, OracleConnection _Connection, OracleTransaction _Trx, RecordLog _Log)
|
| | | public JudgeCase(int m_FdrID, int m_fsc, int m_ufid, int m_CaseID, String m_AcceptDate, OracleConnection _Connection, OracleTransaction _Trx, String _traceConnection, RecordLog _Log)
|
| | | {
|
| | | this.Damage_FdrID = m_FdrID;
|
| | | this.Damage_Fsc = m_fsc;
|
| | | this.Damage_Ufid = m_ufid;
|
| | | this.New_CaseID = m_CaseID;
|
| | | this.AcceptDate = m_AcceptDate;
|
| | |
|
| | | |
| | | _ConnectionTPC = _Connection;
|
| | | _Transaction = _Trx;
|
| | | _traceConnectionString = _traceConnection;
|
| | | _PLog = _Log;
|
| | | }
|
| | |
|
| | |
| | | int m_Key;
|
| | |
|
| | | try {
|
| | | this.m_TraceSubject = new CCS.EventAI.TraceSubject(_ConnectionTPC, _Transaction,_PLog);
|
| | | this.m_TraceSubject = new CCS.EventAI.TraceSubject(_ConnectionTPC, _Transaction, _traceConnectionString, _PLog);
|
| | | _PLog.Info("TraceSubject Initial....");
|
| | | }
|
| | | catch (Exception ex) {
|