caozixuan 3 years ago
parent
commit
b0f9d32f3c

+ 0 - 6
distributed-print-business/src/main/resources/mapper/ExamTaskMapper.xml

@@ -546,12 +546,6 @@
                     #{item}
                 </foreach>
             </if>
-            <if test="makeMethod != null and makeMethod != ''">
-                and f.make_method = #{makeMethod}
-            </if>
-            <if test="cardRuleId != null and cardRuleId != ''">
-                and a.card_rule_id = #{cardRuleId}
-            </if>
         </where>
         order by a.create_time desc
     </select>