Min 1 year ago
parent
commit
c1c81093f0

+ 1 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ProjectMapper.xml

@@ -1740,7 +1740,7 @@
         ) r
         ) r
         ON u.id = r.creator_id
         ON u.id = r.creator_id
         WHERE u.company_id=#{companyId}
         WHERE u.company_id=#{companyId}
-        AND workTime>0 AND u.`is_active`=1
+        AND (workTime>0 OR u.`is_active`=1)
         <if test="area!=null and area != '' ">
         <if test="area!=null and area != '' ">
             and u.plate1 = #{area}
             and u.plate1 = #{area}
         </if>
         </if>