|
@@ -316,4 +316,8 @@
|
|
insert into cm_label_source(keywordId, saveTime, path)
|
|
insert into cm_label_source(keywordId, saveTime, path)
|
|
VALUES (#{id}, now(), #{path})
|
|
VALUES (#{id}, now(), #{path})
|
|
</insert>
|
|
</insert>
|
|
|
|
+ <insert id="addCmPraiseStatistics" >
|
|
|
|
+ insert into cm_praise_statistics( type, authorid, num, pv, delflag, createtime)
|
|
|
|
+ VALUES (#{type},#{authorid},0,1,0, now())
|
|
|
|
+ </insert>
|
|
</mapper>
|
|
</mapper>
|