Your Name
2023-01-26 cfed607d085002b737ff54992ebd469954362ab3
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>