xiaogang
2021-07-17 1024666b99a24bd7d5e4dc442d6b0c0319fa2f29
java110-db/src/main/resources/mapper/user/QuestionAnswerServiceDaoImplMapper.xml
@@ -31,7 +31,7 @@
        </if>
        where 1 =1
        <if test="qaName !=null and qaName != ''">
            and t.qa_name= #{qaName}
            and t.qa_name like  concat('%',#{qaName},'%')
        </if>
        <if test="qaType !=null and qaType != ''">
            and t.qa_type= #{qaType}
@@ -111,7 +111,7 @@
        from question_answer t
        where 1 =1
        <if test="qaName !=null and qaName != ''">
            and t.qa_name= #{qaName}
            and t.qa_name like  concat('%',#{qaName},'%')
        </if>
        <if test="qaType !=null and qaType != ''">
            and t.qa_type= #{qaType}