删除无用的注释和文件

This commit is contained in:
2021-03-02 01:08:44 +08:00
parent 8f5b66bb92
commit 89bab045dd
147 changed files with 214 additions and 9816 deletions
+1 -3
View File
@@ -441,9 +441,7 @@ class ChatController extends Controller
// 这里有一点bug,如果只有一条未读只能显示一条
if ($unread_total > 0) {
$model->where('cms.status', 0);
}
//$model->whereRaw("(cm.receive_id = '$gid' and cm.id in(select message_id from chat_message_status where user_id = '$auth_id'))");
}
// 获取大于当前时间的记录
if ($lastdt > 0) {