Your Name
2023-05-25 655797d038e26cb8010c273c8ddbc88a4d97b59a
java110-db/src/main/resources/mapper/user/NotepadDetailV1ServiceDaoImplMapper.xml
@@ -39,7 +39,7 @@
        <if test="content !=null and content != ''">
            and t.content= #{content}
        </if>
        order by t.create_time desc
        order by t.create_time
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}
        </if>