This commit is contained in:
Gitea
2022-03-30 09:13:50 +08:00
parent 15dfc6576b
commit 557aa3c555
179 changed files with 6115 additions and 4092 deletions

View File

@@ -22,7 +22,8 @@ class ContentSortModel extends Model
$field = array(
'a.*',
'b.type',
'b.urlname'
'b.urlname',
'(select count(*) from ay_content c where c.scode=a.scode) wzcount'
);
$join = array(
'ay_model b',