Commit accf2fe6 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Do not filter by processing_node if uids are specified.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13657 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f4d384a2
......@@ -17,12 +17,12 @@ SET
processing_node=<dtml-sqlvar processing_node type="int">,
processing=0
WHERE
processing_node = -1
<dtml-if uid>
AND uid IN (
uid IN (
<dtml-in uid><dtml-sqlvar sequence-item type="int"><dtml-if sequence-end><dtml-else>,</dtml-if></dtml-in>
)
<dtml-else>
processing_node = -1
AND path = <dtml-sqlvar path type="string">
<dtml-if method_id>AND method_id = <dtml-sqlvar method_id type="string"></dtml-if>
</dtml-if>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment