Преглед изворни кода

按照项目分类导出工时成本

yurk пре 2 година
родитељ
комит
92869dfada

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

@@ -276,7 +276,7 @@
             AND a.create_date between #{startDate} and #{endDate}
         </if>
         <if test="userId != null">
-            AND a.creator_id = #{userId}getProjectCostGroupByProject
+            AND a.creator_id = #{userId}
         </if>
         GROUP BY b.id, a.dept_id,c.category
         ORDER BY b.id ASC, a.dept_id ASC