@Api(module=edoc, value="\u516c\u6587\u610f\u89c1\u7ba1\u7406\u7c7b(\u516c\u6587\u5355\u4e2d\u53ca\u5355\u5916)\u52a8\u6001\u63a5\u53e3", type=DYNAMIC) public interface GovdocCommentDynamic extends EdocDynamicApi
限定符和类型 | 方法和说明 |
---|---|
default void |
findsSummaryCommentsHandler(java.util.Map<java.lang.String,java.lang.String> params,
java.util.Map<java.lang.Integer,java.lang.Integer> allCommentCount,
java.util.List listGovdocComment)
在GovdocCommentManagerImpl.findsSummaryComments方法中增加一个钩子,方便客开对意见数据进行二次组装
示例:
|
getModuleDes, getModuleName
@ApiOperation(name="\u5bf9\u610f\u89c1\u6570\u636e\u8fdb\u884c\u4e8c\u6b21\u7ec4\u88c5", value="\u5bf9\u610f\u89c1\u6570\u636e\u8fdb\u884c\u4e8c\u6b21\u7ec4\u88c5", scenes="\u7528\u4e8e\u5ba2\u5f00\u5bf9\u610f\u89c1\u6570\u636e\u8fdb\u884c\u4e8c\u6b21\u7ec4\u88c5", createDate="2022/3/19 11:17") default void findsSummaryCommentsHandler(@ApiParam(name="params",value="\u6765\u81ea\u524d\u7aef\u7684\u8bf7\u6c42\u53c2\u6570",required=true,classType=java.util.Map.class) java.util.Map<java.lang.String,java.lang.String> params, @ApiParam(name="allCommentCount",value="\u610f\u89c1\u603b\u6570",required=true,classType=java.util.Map.class) java.util.Map<java.lang.Integer,java.lang.Integer> allCommentCount, @ApiParam(name="listGovdocComment",value="\u516c\u6587\u610f\u89c1\u8be6\u60c5\u4fe1\u606f List<GovdocComment>",required=true,classType=java.util.List.class) java.util.List listGovdocComment) throws com.seeyon.ctp.common.exceptions.BusinessException
params
- 来自前端的请求参数allCommentCount
- 意见总数listGovdocComment
- 公文意见详情信息 Listcom.seeyon.ctp.common.exceptions.BusinessException