纪新园 3 лет назад
Родитель
Сommit
00329f8e43

+ 1 - 0
blade-ops/blade-report/src/main/java/org/springblade/report/mapper/ServiceProjectItemMapper.xml

@@ -55,6 +55,7 @@
 		  a.id=b.p_id
 	AND b.tenant_id = #{tenantId}
 	and b.is_deleted = 0
+      and b.branch = 'N'
     AND b.STATUS IN ( '0', '1', '2', '3', '4', '5', '6' )
         <if test='userName != null and userName!= ""'>
             AND b.user_name = #{userName}