@@ -61,7 +61,7 @@
cost_annual_plan c,
uc_user u
WHERE
- c.create_by=u.ACCOUNT_
+ c.create_by=u.ID_
<if test=" planYear != null and planYear != ''">
and c.plan_year=#{planYear}
</if>
@@ -73,7 +73,7 @@
SELECT
c.*
FROM
- cost_annual_plan c,
+ cost_project_approval c,
c.create_by=u.ACCOUNT_
@@ -34,7 +34,7 @@
cost_project_task c,
<if test=" year != null and year != ''">
and c.year=#{year}