add ncenterlite module from xe-public.

This commit is contained in:
BJRambo 2016-03-17 06:05:05 +09:00
parent 25cf1856a6
commit 826aa8aa36
92 changed files with 5622 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<query id="updateNotifyReadedBySrl" action="update">
<tables>
<table name="ncenterlite_notify" />
</tables>
<columns>
<column name="readed" default="Y" />
</columns>
<conditions>
<condition operation="equal" column="member_srl" var="member_srl" filter="number" notnull="notnull" />
<condition operation="equal" column="srl" var="srl" filter="number" notnull="notnull" pipe="and" />
<condition operation="equal" column="type" var="type" pipe="and" />
</conditions>
</query>