소스 검색

优化代码

wangfeng 4 년 전
부모
커밋
c6915bfcaa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/KlRuleMapper.xml

+ 1 - 1
src/main/resources/mapper/KlRuleMapper.xml

@@ -156,7 +156,7 @@
         <if test="parConceptName!=null and parConceptName!=''">
             AND UPPER(co.lib_name) LIKE CONCAT('%', UPPER(trim(#{parConceptName})), '%')
         </if>
-        <if test="status!=null">
+        <if test="parStatus!=null">
             AND ru.status = #{parStatus}
         </if>
         ORDER BY ru.gmt_modified DESC