This commit is contained in:
2025-03-20 17:25:22 +08:00
parent 8476158fc1
commit 07f30c1a47
3 changed files with 20 additions and 19 deletions

View File

@ -494,7 +494,7 @@
*/
@ApiOperation("【首页】【项目进行中】 项目进行中·申请工资结算(列表)")
//@PreAuthorize("@ss.hasPermi('wgzApp:user:userApplyForPayrollSettlementList')")
// @GetMapping("/WgzAppUserApplyForPayrollSettlementList")
@GetMapping("/WgzAppUserApplyForPayrollSettlementList")
public TableDataInfo<WgzAppApplyForPayrollSettlementListRes> userApplyForPayrollSettlementList(@Validated WgzAppApplyForPayrollSettlementListReq req) {
return iWgzPayCalculationService.userApplyForPayrollSettlementList(req);
}