caozixuan 3 年之前
父節點
當前提交
b0f9d32f3c
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      distributed-print-business/src/main/resources/mapper/ExamTaskMapper.xml

+ 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>