xufenglei
2017-12-07 7214ae59e03b79372a923eae8206082efc3fab85
src/main/java/com/moral/service/impl/HistoryServiceImpl.java
@@ -20,7 +20,8 @@
import java.util.Map;
import java.util.Set;
import org.springframework.beans.factory.annotation.Autowired;
import javax.annotation.Resource;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.aggregation.Aggregation;
import org.springframework.data.mongodb.core.aggregation.AggregationResults;
@@ -38,13 +39,13 @@
@Service
public class HistoryServiceImpl implements HistoryService {
   @Autowired
   @Resource
   private AccountService accountService;
   @Autowired
   @Resource
   private HistoryMapper historyMapper;
   @Autowired
   @Resource
    private MongoTemplate mongoTemplate;
   @Override