Showing
1 changed file
with
2 additions
and
1 deletions
@@ -9,7 +9,8 @@ const mysqlCli = global.yoho.utils.mysqlCli; | @@ -9,7 +9,8 @@ const mysqlCli = global.yoho.utils.mysqlCli; | ||
9 | 9 | ||
10 | const TABLE_ACT_ARTICLE = 'act_article'; | 10 | const TABLE_ACT_ARTICLE = 'act_article'; |
11 | const TABLE_ACT_ARTICLE_IMG = 'act_article_img'; | 11 | const TABLE_ACT_ARTICLE_IMG = 'act_article_img'; |
12 | -const TABLE_ACT_ARTICLE_GOOD = 'act_article_good'; | 12 | + |
13 | +// const TABLE_ACT_ARTICLE_GOOD = 'act_article_good'; | ||
13 | 14 | ||
14 | class ArticleModel extends global.yoho.BaseModel { | 15 | class ArticleModel extends global.yoho.BaseModel { |
15 | constructor(ctx) { | 16 | constructor(ctx) { |
-
Please register or login to post a comment