mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Update procPaging() to distinguish mail count from SMS count
This commit is contained in:
parent
b44175aba2
commit
44b9c3d38f
3 changed files with 25 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<query id="countLogByType" action="select">
|
||||
<query id="countMailLogByType" action="select">
|
||||
<tables>
|
||||
<table name="advanced_mailer_log" />
|
||||
</tables>
|
||||
11
modules/advanced_mailer/queries/countSMSLogByType.xml
Normal file
11
modules/advanced_mailer/queries/countSMSLogByType.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="countSMSLogByType" action="select">
|
||||
<tables>
|
||||
<table name="advanced_mailer_sms_log" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="count(*)" alias="count" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="status" var="status" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue