修复业主已读通知未记录的bug
This commit is contained in:
parent
911aa69e82
commit
b6b689d655
@ -68,7 +68,7 @@ const MpNoticeReadAction = <Action>{
|
|||||||
const exit = await ctx.model
|
const exit = await ctx.model
|
||||||
.from('ejyy_notice_to_user_readed')
|
.from('ejyy_notice_to_user_readed')
|
||||||
.where('wechat_mp_user_id', ctx.mpUserInfo.id)
|
.where('wechat_mp_user_id', ctx.mpUserInfo.id)
|
||||||
.andWhere('id', id)
|
.andWhere('notice_id', id)
|
||||||
.first();
|
.first();
|
||||||
|
|
||||||
if (!exit) {
|
if (!exit) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user