| | |
| | | {
|
| | | }
|
| | |
|
| | | public void Merge(CCS.Object.EventRecord m_Eventrecord, OracleConnection _Conn,OracleTransaction _Trx, RecordLog _Log) |
| | | public void Merge(CCS.Object.EventRecord m_Eventrecord, OracleConnection _Conn, OracleTransaction _Trx, String _traceConnection, RecordLog _Log) |
| | | {
|
| | | try
|
| | | {
|
| | | m_JudgeCase = new CCS.EventAI.JudgeCase(m_Eventrecord.getFdrID(), m_Eventrecord.getFsc(), m_Eventrecord.getUfid(),
|
| | | m_Eventrecord.getCaseID(), m_Eventrecord.getAcceptDate(), _Conn, _Trx, _Log);
|
| | | m_Eventrecord.getCaseID(), m_Eventrecord.getAcceptDate(), _Conn, _Trx, _traceConnection, _Log);
|
| | | l_Eventrecord = m_Eventrecord;
|
| | | m_JudgeCase.AIBegin();
|
| | | l_Eventrecord.setParentID(m_JudgeCase.getParentCaseID());
|