Commit 734bcb47 by shenjunjie

Merge branch 'feature' into 'release'

emotionIndex默认值为0

See merge request !196
parents 4ab18732 b764e8a0
...@@ -61,7 +61,7 @@ public class ChannelIndex extends AbstractBaseMongo { ...@@ -61,7 +61,7 @@ public class ChannelIndex extends AbstractBaseMongo {
/** /**
* 情感指数 * 情感指数
*/ */
private Double emotionIndex; private double emotionIndex;
public ChannelIndex(Channel channel, String contendId) { public ChannelIndex(Channel channel, String contendId) {
this(channel.getProjectId(), contendId, channel.getPlatform(), channel.getRealSource(), channel.getSource()); this(channel.getProjectId(), contendId, channel.getPlatform(), channel.getRealSource(), channel.getSource());
......
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