wangfeng %!s(int64=4) %!d(string=hai) anos
pai
achega
c6915bfcaa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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