فهرست منبع

修改错误代码

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>