From 525dae0dec6ba6afbe6bf81b82eb99d69aeb05b5 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 21 八月 2023 15:57:27 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmMes

---
 server/src/main/resources/mappers/PlansExtMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/src/main/resources/mappers/PlansExtMapper.xml b/server/src/main/resources/mappers/PlansExtMapper.xml
index 6f43afc..f9a3dae 100644
--- a/server/src/main/resources/mappers/PlansExtMapper.xml
+++ b/server/src/main/resources/mappers/PlansExtMapper.xml
@@ -298,7 +298,7 @@
     left join procedures b on a.PROCEDURE_ID =b.ID
     where ( a.`STATUS` in (1,4) or a.`STATUS`=6 and EXISTS(select e.id from workorder_record e where e.PLAN_ID = a.id and TO_DAYS(now())=TO_DAYS(e.CREATE_TIME)))
     and a.ROOT_DEPART_ID=#{rootDepartId} and a.DEPART_ID=#{departId}
-    and b.DELETED=0 and a.ROOT_DEPART_ID=132
+    and b.DELETED=0
     GROUP BY a.PROCEDURE_ID
     order by b.SORTNUM
   </select>

--
Gitblit v1.9.3