java110
2023-05-22 d272e9a407a5d028b336256d77b72a606f673c9d
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>