fix(征求意见): 80396
This commit is contained in:
+1
@@ -60,6 +60,7 @@ public class ConsultationController {
|
||||
@ApiOperation(value="征求意见-详情", notes="征求意见-详情")
|
||||
@GetMapping(value = "/queryDetailByBusinessId")
|
||||
@Translation
|
||||
@RequiresPermissions("askForAdvice:search")
|
||||
public Result<ProcessFbConsultationListVO> queryDetailByBusinessId(String businessId,
|
||||
@ApiParam("当前页") @RequestParam(name="pageNo", defaultValue="1") Integer pageNo,
|
||||
@ApiParam("每页条数") @RequestParam(name="pageSize", defaultValue="10") Integer pageSize) {
|
||||
|
||||
Reference in New Issue
Block a user