diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-29 12:11:08 +0800 |
---|---|---|
committer | shentao999 <shentao@chinamobile.com> | 2019-04-29 12:15:55 +0800 |
commit | c0a6b04ff93ff4e45a443a932feeaadf7ca24c7f (patch) | |
tree | 53dd053da9069bcce53f2afe6b39037c66fdd830 /ecomp-portal-BE-common/src/main/webapp/WEB-INF | |
parent | b04f71de6f585687eb81333ab1fd909df0d8b71f (diff) |
Fix no reaction bug about changing language option
Change-Id: Ie1f75224d0cc70a87e77f5c357ed6e34b0cb3220
Issue-ID: PORTAL-565
Signed-off-by: shentao999 <shentao@chinamobile.com>
Diffstat (limited to 'ecomp-portal-BE-common/src/main/webapp/WEB-INF')
-rw-r--r-- | ecomp-portal-BE-common/src/main/webapp/WEB-INF/fusion/orm/EP.hbm.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ecomp-portal-BE-common/src/main/webapp/WEB-INF/fusion/orm/EP.hbm.xml b/ecomp-portal-BE-common/src/main/webapp/WEB-INF/fusion/orm/EP.hbm.xml index 4e8943ce..e38b398e 100644 --- a/ecomp-portal-BE-common/src/main/webapp/WEB-INF/fusion/orm/EP.hbm.xml +++ b/ecomp-portal-BE-common/src/main/webapp/WEB-INF/fusion/orm/EP.hbm.xml @@ -2548,4 +2548,10 @@ where fn_role.app_id = fn_app.app_id and fn_app.enabled='Y' and fn_role.active_y ]]> </sql-query> + + <sql-query name="updateFnUser"> + <![CDATA[ + UPDATE fn_user fu SET fu.language_id=:language_id WHERE fu.login_id=:login_id + ]]> + </sql-query> </hibernate-mapping> |