From e0c5b8d6fe4a9a5af43d805e359dbf2835cd3205 Mon Sep 17 00:00:00 2001 From: wenlele Date: Fri, 3 Nov 2023 08:31:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=20=20isDev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/schedule/workorder_statistics.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/app/lib/schedule/workorder_statistics.js b/api/app/lib/schedule/workorder_statistics.js index 34ca68c..8bc4273 100644 --- a/api/app/lib/schedule/workorder_statistics.js +++ b/api/app/lib/schedule/workorder_statistics.js @@ -1,7 +1,7 @@ const moment = require('moment') -// let isDev = false -let isDev = true +let isDev = false +// let isDev = true