对邮件欧版按修改时间进行排序
This commit is contained in:
parent
e01020a9ac
commit
ae6390c25f
|
@ -147,7 +147,7 @@ class Admin_SysController extends Zend_Controller_Action
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
try{
|
try{
|
||||||
$sql = "select id,subject,template,ts_created,ts_changed from emailtext";
|
$sql = "select id,subject,template,ts_created,ts_changed from emailtext order by ts_changed desc";
|
||||||
$rs = $this->db->query($sql);
|
$rs = $this->db->query($sql);
|
||||||
$rows = $rs->fetchAll();
|
$rows = $rs->fetchAll();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue