異常信息:
--- The error occurred while applying a parameter map.  
--- Check the productionMasterPlan.getStartweek-InlineParameterMap.  
--- Check the statement (query failed).  
--- Cause: java.sql.SQLException: ORA-00911: 无效字符 <select id="getStartweek" parameterClass="String"  resultClass="String">
select  decode(tt.D,to_char('sunday'),tt.W,tt.w+1) from 
(with t as(select to_date(to_char('2010/10/01'),'YYYY/MM/DD')+level-1 dt from dual connect by level &lt;=31)
select dt,to_char(dt,'ww')w,trim(to_char(dt,'day')) d from t) tt where rowNum=1;
</select>
那個時間是參數
在toad裏面能正常執行