Administrator vor 1 Jahr
Ursprung
Commit
3829612e39

+ 1 - 1
ruoyi-system/src/main/resources/mapper/system/BomanAnnexMapper.xml

@@ -35,7 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="keywords != null  and keywords != ''"> and keywords = #{keywords}</if>
             <if test="releaseTime != null "> and release_time = #{releaseTime}</if>
         </where>
-        order by create_by DESC
+        order by create_time DESC
     </select>
     
     <select id="selectBomanAnnexByAnnexId" parameterType="Long" resultMap="BomanAnnexResult">

+ 1 - 0
ruoyi-system/src/main/resources/mapper/system/InfoPinglunMapper.xml

@@ -43,6 +43,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="infoPingLunExamine != null  and infoPingLunExamine != ''"> and info_ping_lun_examine = #{infoPingLunExamine}</if>
             <if test="createDept != null "> and create_dept = #{createDept}</if>
         </where>
+        order by create_time DESC
     </select>
     
     <select id="selectInfoPinglunByInfoPinglunId" parameterType="Long" resultMap="InfoPinglunResult">