devops преди 2 месеца
родител
ревизия
c37c020d52

+ 1 - 1
ruoyi-admin/src/main/resources/application.yml

@@ -123,7 +123,7 @@ shiro:
     cipherKey:
   session:
     # Session超时时间,-1代表永不过期(默认30分钟)
-    expireTime: 120
+    expireTime: 1440
     # 同步session到数据库的周期(默认1分钟)
     dbSyncPeriod: 1
     # 相隔多久检查一次session的有效性,默认就是10分钟

+ 1 - 1
ruoyi-admin/src/main/resources/mapper/project/TrsDomainWordsMapper.xml

@@ -97,7 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="time != null">time = #{time},</if>
             <if test="effectstart != null">effectstart = #{effectstart},</if>
             <if test="effectend != null">effectend = #{effectend},</if>
-            <if test="deptId != null">deptid = #{deptId},</if>
+            <if test="deptId != null">dept_id = #{deptId},</if>
         </trim>
         where id = #{id}
     </update>

+ 1 - 1
ruoyi-admin/src/main/resources/mapper/project/TrsPolicyWordsMapper.xml

@@ -133,7 +133,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="accord != null">accord = #{accord},</if>
             <if test="source != null">source = #{source},</if>
             <if test="linkurl != null">linkurl = #{linkurl},</if>
-            <if test="deptId != null">deptid = #{deptId},</if>
+            <if test="deptId != null">dept_id = #{deptId},</if>
             <if test="time != null">time = #{time},</if>
         </trim>
         where id = #{id}

+ 1 - 1
ruoyi-admin/src/main/resources/mapper/project/TrsSensitiveWordsMapper.xml

@@ -161,7 +161,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="time != null">time = #{time},</if>
             <if test="effectstart != null">effectstart = #{effectstart},</if>
             <if test="effectend != null">effectend = #{effectend},</if>
-            <if test="deptId != null">deptid = #{deptId},</if>
+            <if test="deptId != null">dept_id = #{deptId},</if>
         </trim>
         where id = #{id}
     </update>

+ 1 - 1
ruoyi-admin/src/main/resources/mapper/project/TrsTechnicalWordsMapper.xml

@@ -113,7 +113,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="linkurl != null">linkurl = #{linkurl},</if>
             <if test="effectstart != null">effectstart = #{effectstart},</if>
             <if test="effectend != null">effectend = #{effectend},</if>
-            <if test="deptId != null">#{deptId},</if>
+            <if test="deptId != null">dept_id = #{deptId},</if>
         </trim>
         where id = #{id}
     </update>