소스 검색

修改错误代码

xuezizhuo 1 년 전
부모
커밋
7a2a9f4a10
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      zkqy-system/src/main/resources/mapper/bpm/BpmNodeScriptRelevanceMapper.xml

+ 6 - 6
zkqy-system/src/main/resources/mapper/bpm/BpmNodeScriptRelevanceMapper.xml

@@ -26,9 +26,9 @@
             <if test="nodeKey != null  and nodeKey != ''">and node_key = #{nodeKey}</if>
             <if test="scriptKey != null  and scriptKey != ''">and script_key = #{scriptKey}</if>
             <if test="scriptTriggerType != null ">and script_trigger_type = #{scriptTriggerType}</if>
-            <if test="formKey != null">and form_key = #{formKey},</if>
-            <if test="scriptNodeName != null">and script_node_name = #{scriptNodeName},</if>
-            <if test="scriptNodeFormType != null">and script_node_form_type = #{scriptNodeFormType},</if>
+            <if test="formKey != null">and form_key = #{formKey}</if>
+            <if test="scriptNodeName != null">and script_node_name = #{scriptNodeName}</if>
+            <if test="scriptNodeFormType != null">and script_node_form_type = #{scriptNodeFormType}</if>
         </where>
     </select>
 
@@ -111,9 +111,9 @@
             <if test="nodeKey != null  and nodeKey != ''">and node_key = #{nodeKey}</if>
             <if test="scriptKey != null  and scriptKey != ''">and script_key = #{scriptKey}</if>
             <if test="scriptTriggerType != null ">and script_trigger_type = #{scriptTriggerType}</if>
-            <if test="formKey != null">and form_key = #{formKey},</if>
-            <if test="scriptNodeName != null">and script_node_name = #{scriptNodeName},</if>
-            <if test="scriptNodeFormType != null">and script_node_form_type = #{scriptNodeFormType},</if>
+            <if test="formKey != null">and form_key = #{formKey}</if>
+            <if test="scriptNodeName != null">and script_node_name = #{scriptNodeName}</if>
+            <if test="scriptNodeFormType != null">and script_node_form_type = #{scriptNodeFormType}</if>
         </where>
     </select>