mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-04 02:52:10 +09:00
#18624010 : remove default value and notnull option of site_srl in getMidInfo query.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7167 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ba6b993d5b
commit
636612d0cf
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@
|
|||
<conditions>
|
||||
<condition operation="equal" column="mid" var="mid" />
|
||||
<condition operation="equal" column="module_srl" var="module_srl" pipe="and" />
|
||||
<condition operation="equal" column="site_srl" var="site_srl" default="0" pipe="and" notnull="notnull" />
|
||||
<condition operation="equal" column="site_srl" var="site_srl" pipe="and"/>
|
||||
</conditions>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue