settter
parent
3c0747fed0
commit
46010e4ac2
|
@ -31,6 +31,7 @@ class CommentRepository extends Repository
|
||||||
return CommentModel::alias("a")
|
return CommentModel::alias("a")
|
||||||
->join("account b" ,"a.user_code = b.user_code")
|
->join("account b" ,"a.user_code = b.user_code")
|
||||||
->where($whereMap)
|
->where($whereMap)
|
||||||
|
->whereTime("b.blank_time","<",date("Y-m-d H:i:s"))
|
||||||
->field([
|
->field([
|
||||||
"a.comment",
|
"a.comment",
|
||||||
"a.user_code as userCode",
|
"a.user_code as userCode",
|
||||||
|
|
Loading…
Reference in New Issue