소스 검색

fix 考试时间

he2802 3 년 전
부모
커밋
8063ce6983
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/bank/QuestionMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/bank/QuestionMapper.xml

@@ -227,7 +227,7 @@
         <if test="type != null and type != ''">
             AND q.type = #{type}
         </if>
-        <if test="businessId != null and businessId != ''">
+        <if test="businessId != null ">
             AND qb.business_id = #{businessId}
         </if>
         <if test="publishStatus != null and publishStatus != ''">