Commit c10892ef authored by 徐州's avatar 徐州

sql修改

parent 02287923
......@@ -1545,6 +1545,14 @@
isHandover $searchFilters.isHandover.operation$ #searchFilters.isHandover.value#
]]>
</isNotNull>
<isNotEmpty prepend="AND" property="searchFilters.actSources">
<![CDATA[ c.act_source in ]]>
<iterate prepend="" property="searchFilters.actSources.value" close=")" open="(" conjunction=",">
<![CDATA[ #searchFilters.actSources.value[]# ]]>
</iterate>
</isNotEmpty>
<isNotNull prepend="AND" property="searchFilters.isActive">
<![CDATA[
is_active = 1
......
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