mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
#18637858 : fixed wrong default value on queries for get count of comments, trackbacks for speicified module
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7237 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ee068d81b1
commit
33b755c4a6
2 changed files with 2 additions and 3 deletions
|
|
@ -6,8 +6,7 @@
|
|||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="document_srl" var="document_srl" filter="number" default="0" />
|
||||
<condition operation="equal" column="document_srl" var="document_srl" filter="number" />
|
||||
<condition operation="equal" column="module_srl" var="module_srl" filter="number" pipe="and" />
|
||||
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue