he2802 před 4 roky
rodič
revize
83a750d330

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

@@ -169,6 +169,9 @@
         <if test="businessId != null and businessId != ''">
             AND qb.business_id = #{businessId}
         </if>
+        <if test="type != null and type != ''">
+            AND q.type = #{type}
+        </if>
         <if test="prefixName != null and prefixName != ''">
             AND q.prefix_name like concat('%', #{prefixName}, '%')
         </if>