buhuazhen
2026-05-29 d8187dc27ddce838bf940e487c6e9a587c146639
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">