buhuazhen
2026-05-28 08553c034773008ba68b7b6709683b385610ee4f
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">