소스 검색

加入出入场明细表

java110 2 년 전
부모
커밋
8095deae7a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      java110-db/src/main/resources/mapper/user/UserQuestionAnswerV1ServiceDaoImplMapper.xml

+ 1 - 1
java110-db/src/main/resources/mapper/user/UserQuestionAnswerV1ServiceDaoImplMapper.xml

@@ -174,7 +174,7 @@
                 and qa.qa_type = #{qaType}
             </if>
         <if test="userQaId != null and userQaId != ''">
-            and qa.user_qa_id = #{userQaId}
+            and t.user_qa_id = #{userQaId}
         </if>
             and qa.state = 'C'
             and qa.start_time &lt; NOW()