MaxKey пре 4 година
родитељ
комит
f1d25865c3

+ 6 - 3
maxkey-persistence/src/main/resources/org/maxkey/persistence/mapper/xml/mysql/AppsMapper.xml

@@ -73,7 +73,10 @@
 			createdby,
 			createddate,
 			
-			status
+			status,
+			
+			logouturl,
+			logouttype
 		)values(
 			#{id},
 			#{name},
@@ -155,8 +158,8 @@
 			
 			status			=	#{status},
 
-			LOGOUTURL			=	#{logoutUrl},
-			LOGOUTTYPE			=	#{logoutType}
+			logouturl			=	#{logoutUrl},
+			logouttype			=	#{logoutType}
     	where 
 			ID	=	#{id}
     </update>