wuxw
2022-05-10 ba5210dc8c6c537cacc59c18d58baa9744cd2b9d
java110-db/src/main/resources/mapper/user/QuestionAnswerTitleServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -50,9 +50,9 @@
            and t.qa_id= #{qaId}
        </if>
        <if test="qaTitle !=null and qaTitle != ''">
            and t.qa_title= #{qaTitle}
            and t.qa_title like '%${qaTitle}%'
        </if>
        order by t.create_time desc
        order by t.seq
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}
        </if>
@@ -124,7 +124,7 @@
            and t.qa_id= #{qaId}
        </if>
        <if test="qaTitle !=null and qaTitle != ''">
            and t.qa_title= #{qaTitle}
            and t.qa_title like '%${qaTitle}%'
        </if>