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>