分包质保金退还
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user