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