|
@@ -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>
|
|
|
|