* + score model

This commit is contained in:
滔哥
2017-10-27 23:46:50 +08:00
parent 3833a7f861
commit a0e8b24f25
17 changed files with 203 additions and 64 deletions
+1
View File
@@ -50,6 +50,7 @@ class blockModel extends model
$data->params = helper::jsonEncode($data->params);
$this->dao->replace(TABLE_BLOCK)->data($data)->exec();
$this->loadModel('score')->score('block', 'set');
}
/**