Przeglądaj źródła

fix 考试时间

he2802 3 lat temu
rodzic
commit
fe78e44816

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

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