From 4a42bbc339ebfca943d400df94874b63918ccc33 Mon Sep 17 00:00:00 2001 From: hekeguang Date: Tue, 6 Sep 2022 09:32:45 +0800 Subject: Add intent base operation process code . Issue-ID: USECASEUI-696 Change-Id: I5fd136d1dfe100888ca5fa6f9f955106dfa3eaa8 Signed-off-by: hekeguang --- intentanalysis/src/main/resources/mybatis/sql/IMFRegInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intentanalysis/src/main/resources') diff --git a/intentanalysis/src/main/resources/mybatis/sql/IMFRegInfoMapper.xml b/intentanalysis/src/main/resources/mybatis/sql/IMFRegInfoMapper.xml index 7b8a115..03af60b 100644 --- a/intentanalysis/src/main/resources/mybatis/sql/IMFRegInfoMapper.xml +++ b/intentanalysis/src/main/resources/mybatis/sql/IMFRegInfoMapper.xml @@ -7,7 +7,7 @@ insert into intent_management_function_reg_info(imfr_info_id, imfr_info_description, support_model,handle_name,intent_function_type) values - (#{imfregInfo.id}, #{imfregInfo.description}, #{imfregInfo.supportArea},#{imfregInfo.handleName},#{imfregInfo.intentFunctionType}) + (#{imfregInfo.id}, #{imfregInfo.description}, #{imfregInfo.supportModel},#{imfregInfo.handleName},#{imfregInfo.intentFunctionType})