| | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.product.core.config.CoreConst; |
| | | import com.product.core.controller.support.AbstractBaseController; |
| | | import com.product.core.dao.BaseDao; |
| | | import com.product.core.entity.DataTableEntity; |
| | | import com.product.core.entity.FieldSetEntity; |
| | | import com.product.core.entity.RequestParameterEntity; |
| | |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import java.util.*; |
| | | import java.util.function.DoubleConsumer; |
| | | |
| | | |
| | | /** |
| | | * Copyright LX-BASE |
| | |
| | | return this.error(DocumentCode.DOCUMENT_LOG_FAIL.getValue(), DocumentCode.DOCUMENT_LOG_FAIL.getText()); |
| | | } |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 文档收藏 |
| | | * @param request |
| | |
| | | @RequestMapping(value = "/getApplayFileSort/{version}", method = RequestMethod.POST) |
| | | @ApiVersion(1) |
| | | public String getApplayFileSort(){ |
| | | DataTableEntity applayFileSort = documentService.getApplayFileSort(); |
| | | DataTableEntity applayFileSort = documentService.getApplyFileSort(); |
| | | return OK_List(applayFileSort); |
| | | } |
| | | |
| | |
| | | @RequestMapping(value = "/getApplayUserSort/{version}", method = RequestMethod.POST) |
| | | @ApiVersion(1) |
| | | public String getApplayUserSort(){ |
| | | DataTableEntity applayFileSort = documentService.getApplayUserSort(); |
| | | DataTableEntity applayFileSort = documentService.getApplyUserSort(); |
| | | return OK_List(applayFileSort); |
| | | } |
| | | |
| | |
| | | .getSystemLogger().error(DocumentCode.DOCUMENT_FORM_NODATA.getValue(), DocumentCode.DOCUMENT_FORM_NODATA.getText()); |
| | | return this.error(DocumentCode.DOCUMENT_FORM_NODATA.getValue(), DocumentCode.DOCUMENT_FORM_NODATA.getText()); |
| | | } |
| | | FieldSetEntity applayInfo = documentService.getApplayInfo(fse); |
| | | FieldSetEntity applayInfo = documentService.getApplyInfo(fse); |
| | | return OK_List(applayInfo); |
| | | } |
| | | |