mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
#18624490 : remove wrong filter on name column of delteLang query
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7175 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cb3e79dc64
commit
db1bafb9ca
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@
|
|||
</tables>
|
||||
<conditions>
|
||||
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull" filter="number" />
|
||||
<condition operation="equal" column="name" var="name" notnull="notnull" filter="number" pipe="and" />
|
||||
<condition operation="equal" column="name" var="name" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue