TASK:mitu报表
This commit is contained in:
@@ -53,10 +53,10 @@ public class MiTuExportScheduledTask {
|
||||
@PostConstruct
|
||||
public void executeWeeklyHeavyStockReport() {
|
||||
// customerPurchaseReport();
|
||||
NewJoinVIPReport();
|
||||
weeklySellThrReport();
|
||||
WeeklyHeavyStockReport();
|
||||
QuarterlyProductGroupingReport();
|
||||
// NewJoinVIPReport();
|
||||
// weeklySellThrReport();
|
||||
// WeeklyHeavyStockReport();
|
||||
// QuarterlyProductGroupingReport();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -169,10 +169,10 @@ public class PythonService {
|
||||
MediaType mediaType = MediaType.parse("application/json");
|
||||
Map<String, Object> content = Maps.newHashMap();
|
||||
//范围,范围越大,速度越慢。现在调试阶段可以设为10,也就是从10套中选最好的5套。
|
||||
content.put("max_outfits", 5);
|
||||
content.put("max_outfits", 10);
|
||||
content.put("is_best", Boolean.TRUE);
|
||||
//输出得分最高的时装的套数(topk < range
|
||||
content.put("topk", 1);
|
||||
content.put("topk", 5);
|
||||
//需要搭配的衣服,数组
|
||||
//去重
|
||||
// List<GenerateCollocationQueryDTO> queryAfter = CollectionUtil.emptyIfNull(query).stream().collect(Collectors.collectingAndThen(
|
||||
|
||||
Reference in New Issue
Block a user