0

这是查询:

" select dbo from EmpWorkDiaryEntriesDBO dbo"
                          + "lef join fetch dbo.empWorkDiaryEntriesDetailsDBOSet dbos"
                          + "where dbo.recordStatus='A' and dbo.erpWorkEntryDate between (:startDate) 
                              and (:endDate) order by erpWorkEntryDate ASC ";

这就是错误

getting eror expecting EOF, found ')'
4

0 回答 0