소스 검색

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

yurk 2 년 전
부모
커밋
92869dfada
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ProjectMapper.xml

+ 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