2 天以前 620bb4712a31791231c4381581f0f60088f079fe
src/main/resources/mapper/system/SysPostMapper.xml
@@ -35,6 +35,7 @@
            AND post_name like concat('%', #{postName}, '%')
         </if>
      </where>
        order by create_time desc
   </select>
   
   <select id="selectPostAll" resultMap="SysPostResult">