| | |
| | | } |
| | | |
| | | @Override |
| | | public DataTableEntity getApplayFileSort() throws BaseException { |
| | | public DataTableEntity getApplyFileSort() throws BaseException { |
| | | StringBuilder sb=new StringBuilder(); |
| | | sb.append(" SELECT b.* FROM ("); |
| | | sb.append(" SELECT t.uuid,t.file_name,s.show_name,t.created_utc_datetime,count(t.uuid) as applyCount"); |
| | |
| | | } |
| | | |
| | | @Override |
| | | public DataTableEntity getApplayUserSort() throws BaseException { |
| | | public DataTableEntity getApplyUserSort() throws BaseException { |
| | | StringBuilder sb=new StringBuilder(); |
| | | sb.append(" SELECT a.borrower,a.show_name,a.applayCount,a.applayFileCount "); |
| | | sb.append(" FROM ("); |
| | |
| | | } |
| | | |
| | | @Override |
| | | public FieldSetEntity getApplayInfo(FieldSetEntity fes) throws BaseException { |
| | | public FieldSetEntity getApplyInfo(FieldSetEntity fes) throws BaseException { |
| | | String uuid = fes.getString("uuid"); |
| | | FieldSetEntity product_oa_document_borrow = baseDao.getFieldSetEntity("product_oa_document_borrow", uuid, false); |
| | | return product_oa_document_borrow; |