|
|
|
@ -107,9 +107,9 @@
|
|
|
|
round(ACTUAL_QTY / PLAN_QTY * 100, 2) as rate,
|
|
|
|
round(ACTUAL_QTY / PLAN_QTY * 100, 2) as rate,
|
|
|
|
START_TIME as day
|
|
|
|
START_TIME as day
|
|
|
|
from IMOS_PR_PLAN t
|
|
|
|
from IMOS_PR_PLAN t
|
|
|
|
where process_code = 1002
|
|
|
|
where process_code = #{id}
|
|
|
|
and delete_flag = '0'
|
|
|
|
and delete_flag = '0'
|
|
|
|
and to_char(plan_date, 'yyyy-MM-dd') = to_char(sysdate, 'yyyy-MM-dd')
|
|
|
|
and to_char(LAST_UPDATE_DATE, 'yyyy-MM-dd') = to_char(sysdate, 'yyyy-MM-dd')
|
|
|
|
order by START_TIME desc
|
|
|
|
order by START_TIME desc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|