提交 a343cd65 authored 作者: 吴德鹏's avatar 吴德鹏

评论管理添加 sku

上级 e4e48cc4
...@@ -278,6 +278,8 @@ public class TbCfItemCommentEntity implements Serializable { ...@@ -278,6 +278,8 @@ public class TbCfItemCommentEntity implements Serializable {
public String getItemReview() { public String getItemReview() {
return itemReview; return itemReview;
} }
// /** // /**
// * 设置:点赞人数 // * 设置:点赞人数
// */ // */
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
AND u.nick LIKE concat('%',#{name},'%') AND u.nick LIKE concat('%',#{name},'%')
</if> </if>
<if test="real != null and real.trim()!=''"> <if test="real != null and real.trim()!=''">
AND c.real=#{real} AND c.comment_type=#{real}
</if> </if>
<if test="startTime != null and startTime.trim() != '' and endTime!=null and endTime!=''"> <if test="startTime != null and startTime.trim() != '' and endTime!=null and endTime!=''">
AND c.create_time between #{startTime} and #{endTime} AND c.create_time between #{startTime} and #{endTime}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论