mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix new scraps not going to default folder
This commit is contained in:
parent
a56734d4f5
commit
c53dab4805
3 changed files with 26 additions and 4 deletions
|
|
@ -7,6 +7,9 @@
|
|||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" />
|
||||
<condition operation="null" column="folder_srl" pipe="and" />
|
||||
<group>
|
||||
<condition operation="equal" column="folder_srl" default="0" />
|
||||
<condition operation="null" column="folder_srl" pipe="or" />
|
||||
</group>
|
||||
</conditions>
|
||||
</query>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue