浏览代码

有效工时率排除人员

yusm 1 年之前
父节点
当前提交
503c90e679

+ 7 - 0
fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ReportMapper.xml

@@ -979,6 +979,13 @@
         </foreach>
         AND p.company_id=936 AND p.category IN(168,169,171,172)
         AND r.create_date BETWEEN #{startDate} AND #{endDate}
+        AND r.creator_id NOT IN(8276751764399792128,8236086890927300608,8326361182460387328,
+        8342351512166014976,8236086972770754560,8236087310001184768,
+        8236087296243867648,8236087257492692992,8236088012337389568,
+        8245855829805441024,8318841602900172800,8236087360399941632,
+        8236087733260984320,8236090183732764672,8291179326062796800,
+        8236090183611129856,8236087738910711808
+        )
     </select>
 
     <select id="getReallWorkingTimeByProjectId" resultType="java.lang.Double">