Commit 6430f8bf authored by Hsinli's avatar Hsinli

add time

parent 3f452084
Pipeline #8947 passed with stage
in 4 seconds
......@@ -74,7 +74,7 @@ class AnswerLikeService extends Service {
}
let likeInfo = await ctx.realestateModel.AnswerLike.all(filter);
isLike = likeInfo.length > 0 ? true : false;
return ret;
return isLike;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment