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