diff --git a/api/controller_front/apply.js b/api/controller_front/apply.js index 2f71659..a437005 100644 --- a/api/controller_front/apply.js +++ b/api/controller_front/apply.js @@ -72,6 +72,7 @@ module.exports = { } // 时间范围筛选 + console.log(seachOption.startTime, seachOption.endTime); if (seachOption.startTime || seachOption.endTime) { where.create_time = {}; if (seachOption.startTime) {