From 4a90df529431588f3228c236aa17d2c11116328f Mon Sep 17 00:00:00 2001 From: hekeguang Date: Wed, 22 Mar 2023 15:59:14 +0800 Subject: Merge Event and Thread code. Issue-ID: USECASEUI-784 Change-Id: I0cdef6c490f96c45e77013b0da5c372decdef6a1 Signed-off-by: hekeguang --- .../resources/mybatis/sql/IntentEventRecordMapper.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 intentanalysis/src/main/resources/mybatis/sql/IntentEventRecordMapper.xml (limited to 'intentanalysis/src/main/resources') diff --git a/intentanalysis/src/main/resources/mybatis/sql/IntentEventRecordMapper.xml b/intentanalysis/src/main/resources/mybatis/sql/IntentEventRecordMapper.xml new file mode 100644 index 0000000..296fc43 --- /dev/null +++ b/intentanalysis/src/main/resources/mybatis/sql/IntentEventRecordMapper.xml @@ -0,0 +1,17 @@ + + + + + + insert into intent_Event_Record(intentId, intentName, intentStatus, operateType) + values(#{intentEventRecord.intentId}, #{intentEventRecord.intentName}, + #{intentEventRecord.intentStatus},#{intentEventRecord.operateType}) + + + + + -- cgit 1.2.3-korg