分包质保金退还

This commit is contained in:
lg
2025-11-16 18:50:44 +08:00
parent f11ed11629
commit 57b662837d

View File

@ -52,8 +52,8 @@ public class XzdFbhtzbjthController extends BaseController {
/**
* 查询分包合同竣工结算列表
*/
@SaCheckPermission(value = {""})
@GetMapping("/list")
@SaCheckPermission(value = {"refundDeposit:fbhtzbjth:list","refundDeposit:fbhtzbjth:add","refundDeposit:fbhtzbjth:edit"}, mode = SaMode.OR)
@GetMapping("/listSettlement")
public TableDataInfo<SettlementOfSubcontractingCompletionVo> list(SettlementOfSubcontractingCompletionBo bo, PageQuery pageQuery) {
return settlementOfSubcontractingCompletionService.queryPageList(bo, pageQuery);
}
@ -63,7 +63,7 @@ public class XzdFbhtzbjthController extends BaseController {
/**
* 查询分包合同质保金退还列表
*/
@SaCheckPermission(value = {"refundDeposit:fbhtzbjth:list","refundDeposit:fbhtzbjth:add","refundDeposit:fbhtzbjth:edit"}, mode = SaMode.OR)
@SaCheckPermission("refundDeposit:fbhtzbjth:list")
@GetMapping("/list")
public TableDataInfo<XzdFbhtzbjthVo> list(XzdFbhtzbjthBo bo, PageQuery pageQuery) {
return xzdFbhtzbjthService.queryPageList(bo, pageQuery);