|
@@ -68,7 +68,7 @@ public class KuaiShouDailyReportTaskServiceImpl extends ServiceImpl<KuaiShouDail
|
|
|
taskQueryWrapper.eq("task_status", 0);
|
|
|
taskQueryWrapper.eq("account_id", accountId);
|
|
|
taskQueryWrapper.eq("stat_date", statDate);
|
|
|
- taskQueryWrapper.eq("view_type", 7);
|
|
|
+ // taskQueryWrapper.eq("view_type", 7);
|
|
|
taskQueryWrapper.orderByDesc("create_time");
|
|
|
List<KuaiShouDailyReportTask> dailyTaskList = this.list(taskQueryWrapper);
|
|
|
if (!Check.isNull(dailyTaskList)) {
|