wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
java110-db/src/main/resources/mapper/user/QuestionAnswerTitleServiceDaoImplMapper.xml
@@ -50,7 +50,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>
        order by t.seq
        <if test="page != -1 and page != null ">
@@ -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>