浏览代码

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 != ''">