Merge remote-tracking branch 'origin/master'

This commit is contained in:
liang.chao 2024-09-29 15:38:31 +08:00
commit 633b0a2615
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ public class SltAgreementInfoController extends BaseController {
/** /**
* 根据协议获取月结算清单 * 根据协议获取月结算清单
*/ */
@RequiresPermissions("cost:settlement:month")
@ApiOperation(value = "根据协议获取月结算清单") @ApiOperation(value = "根据协议获取月结算清单")
@PostMapping("/getSltInfoMonth") @PostMapping("/getSltInfoMonth")
public AjaxResult getSltInfoMonth(@RequestBody List<AgreementInfo> list) { public AjaxResult getSltInfoMonth(@RequestBody List<AgreementInfo> list) {