|
|
@@ -14,7 +14,6 @@ import com.cyksj.model.views.*;
|
|
|
import com.cyksj.service.corp.CorpTagService;
|
|
|
import com.cyksj.web.util.EasyExcelUtils;
|
|
|
import com.ejlchina.searcher.BeanSearcher;
|
|
|
-import com.ejlchina.searcher.SearchResult;
|
|
|
import com.ejlchina.searcher.util.MapUtils;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
@@ -181,7 +180,7 @@ public class CorpTagController {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 今日标签用户订单详情
|
|
|
+ * 标签用户订单详情
|
|
|
*/
|
|
|
@GetMapping("/get/tagUser/time/orderData")
|
|
|
public Result<Page<CorpTagUserOrderDataView>> getTagUserTimeOrderData(@RequestParam(defaultValue = "1") Integer start, @RequestParam(defaultValue = "10") Integer limit, @RequestParam(required = true) String tagIdStr, String toDate, String startTime, String endTime) {
|