Преглед на файлове

流程定义加上过滤条件

hym преди 4 години
родител
ревизия
8577d1c48f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      operation_manager/src/main/resources/mapper/ProcessDefinitionMapper.xml

+ 1 - 1
operation_manager/src/main/resources/mapper/ProcessDefinitionMapper.xml

@@ -241,7 +241,7 @@
         <include refid="Base_Column_List"/>
         from sc_process_definition
         <where>
-            status =1 and
+            status =1
             <if test="processDefinition.id != null">
                 and id = #{processDefinition.id}
             </if>