| Line 23... |
Line 23... |
| 23 |
import com.spice.profitmandi.dao.repository.dtr.FofoStoreRepository;
|
23 |
import com.spice.profitmandi.dao.repository.dtr.FofoStoreRepository;
|
| 24 |
import com.spice.profitmandi.dao.repository.fofo.*;
|
24 |
import com.spice.profitmandi.dao.repository.fofo.*;
|
| 25 |
import com.spice.profitmandi.dao.repository.inventory.StateRepository;
|
25 |
import com.spice.profitmandi.dao.repository.inventory.StateRepository;
|
| 26 |
import com.spice.profitmandi.dao.repository.transaction.*;
|
26 |
import com.spice.profitmandi.dao.repository.transaction.*;
|
| 27 |
import com.spice.profitmandi.dao.repository.user.UserRepository;
|
27 |
import com.spice.profitmandi.dao.repository.user.UserRepository;
|
| - |
|
28 |
import com.spice.profitmandi.dao.service.solr.FofoSolr;
|
| 28 |
import com.spice.profitmandi.service.PartnerStatsService;
|
29 |
import com.spice.profitmandi.service.PartnerStatsService;
|
| 29 |
import com.spice.profitmandi.service.RbmTargetService;
|
30 |
import com.spice.profitmandi.service.RbmTargetService;
|
| 30 |
import com.spice.profitmandi.service.inventory.*;
|
31 |
import com.spice.profitmandi.service.inventory.*;
|
| 31 |
import com.spice.profitmandi.service.transaction.SDCreditService;
|
32 |
import com.spice.profitmandi.service.transaction.SDCreditService;
|
| 32 |
import com.spice.profitmandi.service.user.RetailerService;
|
33 |
import com.spice.profitmandi.service.user.RetailerService;
|
| Line 163... |
Line 164... |
| 163 |
TagListingRepository tagListingRepository;
|
164 |
TagListingRepository tagListingRepository;
|
| 164 |
|
165 |
|
| 165 |
@Autowired
|
166 |
@Autowired
|
| 166 |
UserWalletHistoryRepository userWalletHistoryRepository;
|
167 |
UserWalletHistoryRepository userWalletHistoryRepository;
|
| 167 |
|
168 |
|
| - |
|
169 |
@Autowired
|
| - |
|
170 |
FofoSolr fofoSolr;
|
| - |
|
171 |
|
| 168 |
public void test() throws Exception {
|
172 |
public void test() throws Exception {
|
| - |
|
173 |
|
| 169 |
createFofoSmartCartSuggestion();
|
174 |
fofoSolr.populateTagItems();
|
| - |
|
175 |
|
| 170 |
System.out.println("test end");
|
176 |
System.out.println("test end");
|
| 171 |
|
177 |
|
| 172 |
}
|
178 |
}
|
| 173 |
|
179 |
|
| 174 |
public void generateBiReport() throws Exception {
|
180 |
public void generateBiReport() throws Exception {
|