From 602293e65fa4323e4528b3e54776da5223ae4d4a Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期六, 24 八月 2024 14:03:24 +0800
Subject: [PATCH] 大屏考核视频字段

---
 ycl-server/src/main/resources/mapper/zgyw/WorkOrderMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ycl-server/src/main/resources/mapper/zgyw/WorkOrderMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/WorkOrderMapper.xml
index 6ac03ab..2bce97b 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/WorkOrderMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/WorkOrderMapper.xml
@@ -212,6 +212,6 @@
         LEFT JOIN t_work_order_error_type woet ON woet.work_order_no = wo.work_order_no
         LEFT JOIN t_work_order_auditing_record woar ON woar.work_order_id = wo.id
         WHERE wo.deleted = 0 AND wo.status = #{status}  AND woar.result = #{auditStatus}
-          AND wo.deduct = 0 AND woar.create_time between #{startTime} and #{endTime}
+        AND wo.deduct = 0 AND woar.create_time between #{startTime} and #{endTime}
     </select>
 </mapper>

--
Gitblit v1.8.0