huminmin
19 小时以前 2db7fd950e7c821fc2a048b51f50c6dbfcceed29
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">