Class QueryListApiImpl

  • All Implemented Interfaces:
    QueryListApi

    @Validated
    @RestController
    @RequestMapping(value="/services/rest/queryList",
                    produces="application/json")
    public class QueryListApiImpl
    extends Object
    implements QueryListApi
    综合查询接口
    Author:
    zhangchongjie
    Date:
    2023/02/06
    • Constructor Detail

      • QueryListApiImpl

        public QueryListApiImpl()
    • Method Detail

      • getQueryList

        public net.risesoft.pojo.Y9Page<ActRuDetailModel> getQueryList​(@RequestParam
                                                                       String tenantId,
                                                                       @RequestParam
                                                                       String userId,
                                                                       @RequestParam
                                                                       String systemName,
                                                                       String state,
                                                                       String createDate,
                                                                       String tableName,
                                                                       @RequestBody
                                                                       String searchMapStr,
                                                                       @RequestParam
                                                                       Integer page,
                                                                       @RequestParam
                                                                       Integer rows)
        综合搜索办件列表
        Specified by:
        getQueryList in interface QueryListApi
        Parameters:
        tenantId - 租户id
        userId - 岗位id
        systemName - 系统名称
        state - 状态
        createDate - 开始日期
        tableName - 表名称
        searchMapStr - 搜索条件
        page - 页面
        rows - 条数
        Returns:
        Y9Page<ActRuDetailModel> 通用分页请求返回对象 - data 是综合查询列表
        Since:
        9.6.6