master
wangxinglong 2021-12-22 09:37:05 +08:00
parent 3c0747fed0
commit 46010e4ac2
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class CommentRepository extends Repository
return CommentModel::alias("a")
->join("account b" ,"a.user_code = b.user_code")
->where($whereMap)
->whereTime("b.blank_time","<",date("Y-m-d H:i:s"))
->field([
"a.comment",
"a.user_code as userCode",