Forráskód Böngészése

让前台cookie中 user里面包含organid

chenrj-PC\chenrj 9 éve
szülő
commit
4664b2f5f0

+ 1 - 0
VisualInspection_server/src/main/java/com/xintong/visualinspection/mapper/cluster/UserInfoMapper.xml

@@ -12,6 +12,7 @@
         <id property="id" column="ID"/>
         <result property="username" column="username"/>
         <result property="password" column="PASSWORD"/>
+        <result column="organid" property="organid" jdbcType="INTEGER" />
         <collection property="roles" ofType="com.xintong.visualinspection.bean.Role">
             <result column="name" property="name"/>
         </collection>