Commit b764e8a0 by shenjunjie

emotionIndex默认值为0

parent 0edf4477
......@@ -61,7 +61,7 @@ public class ChannelIndex extends AbstractBaseMongo {
/**
* 情感指数
*/
private Double emotionIndex;
private double emotionIndex;
public ChannelIndex(Channel channel, String contendId) {
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