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