mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
#18631150 : fixed the bug displaying total number of packages as 0
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7225 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e5b5651c66
commit
d4121b3448
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,6 @@
|
||||||
<column name="count(*)" alias="count" />
|
<column name="count(*)" alias="count" />
|
||||||
</columns>
|
</columns>
|
||||||
<conditions>
|
<conditions>
|
||||||
<condition operation="equal" column="category_srl" var="category_srl" filter="number" notnull="notnull" />
|
<condition operation="equal" column="category_srl" var="category_srl" filter="number" />
|
||||||
</conditions>
|
</conditions>
|
||||||
</query>
|
</query>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue