diff options
author | hekeguang <hekeguang@chinamobile.com> | 2022-09-06 09:32:45 +0800 |
---|---|---|
committer | hekeguang <hekeguang@chinamobile.com> | 2022-09-06 09:33:02 +0800 |
commit | 4a42bbc339ebfca943d400df94874b63918ccc33 (patch) | |
tree | 7379e7142d9f7a1f354cecd8879119f7f493c3e1 /intentanalysis/src/main/resources/mybatis/sql/IMFRegInfoMapper.xml | |
parent | 994be939d9d1ce3116f568c7581b38a417314bc2 (diff) |
Add intent base operation process code .
Issue-ID: USECASEUI-696
Change-Id: I5fd136d1dfe100888ca5fa6f9f955106dfa3eaa8
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Diffstat (limited to 'intentanalysis/src/main/resources/mybatis/sql/IMFRegInfoMapper.xml')
-rw-r--r-- | intentanalysis/src/main/resources/mybatis/sql/IMFRegInfoMapper.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 id="insertIMFRegInfoRegInfo"> 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}) </insert> <select id="getImfRegInfoList" resultType="org.onap.usecaseui.intentanalysis.bean.models.IntentManagementFunctionRegInfo"> |