gongchunyi
5 天以前 10b88a7ff17caf92f3d4e8a550c1085a70c2517a
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">