Explorar o código

优化导出报错问题

Signed-off-by: java110 <928255095@qq.com>
java110 hai 11 meses
pai
achega
b5730dd5b3

+ 1 - 6
java110-db/src/main/resources/mapper/report/ReportUserQuestionAnswerValueServiceDaoImplMapper.xml

@@ -42,9 +42,6 @@
         <if test="valueContent !=null and valueContent != ''">
             and t.value_content= #{valueContent}
         </if>
-        <if test="personId !=null and personId != ''">
-            and t.person_id= #{personId}
-        </if>
         <if test="statusCd !=null and statusCd != ''">
             and t.status_cd= #{statusCd}
         </if>
@@ -111,9 +108,7 @@
         <if test="valueContent !=null and valueContent != ''">
             and t.value_content= #{valueContent}
         </if>
-        <if test="personId !=null and personId != ''">
-            and t.person_id= #{personId}
-        </if>
+
         <if test="statusCd !=null and statusCd != ''">
             and t.status_cd= #{statusCd}
         </if>