Merge remote-tracking branch 'origin/master'

This commit is contained in:
liang.chao 2024-09-29 17:00:59 +08:00
commit e4b0d2fb3a
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ public class SltAgreementInfoController extends BaseController {
} }
}*/ }*/
@RequiresPermissions("cost:settlement:export")
@ApiOperation(value = "月结明细导出") @ApiOperation(value = "月结明细导出")
@PostMapping("/exportSltInfoMonth") @PostMapping("/exportSltInfoMonth")
public void exportSltInfoMonth(HttpServletResponse response, @RequestBody List<AgreementInfo> list) throws IOException { public void exportSltInfoMonth(HttpServletResponse response, @RequestBody List<AgreementInfo> list) throws IOException {