Commit a3517c99 authored by hongguangwu's avatar hongguangwu

户调基-修改社保公积金查询

parent 0bb9abb2
...@@ -143,7 +143,7 @@ public class SysBaseSetInfoController { ...@@ -143,7 +143,7 @@ public class SysBaseSetInfoController {
@Operation(summary = "启用禁用", description = "启用禁用:hasPermission('social_sysbasesetinfo_enable') 0.在用 1.终止 2.过期") @Operation(summary = "启用禁用", description = "启用禁用:hasPermission('social_sysbasesetinfo_enable') 0.在用 1.终止 2.过期")
@SysLog("禁用启用基数设置表") @SysLog("禁用启用基数设置表")
@PostMapping("/disableOrEnableById") @PostMapping("/disableOrEnableById")
@PreAuthorize("@pms.hasPermission('wxhr:social_sysbasesetinfo_enable')") @PreAuthorize("@pms.hasPermission('social_sysbasesetinfo_enable')")
public R disableOrEnableById(@RequestParam String id, @RequestParam Integer status) { public R disableOrEnableById(@RequestParam String id, @RequestParam Integer status) {
SysBaseSetInfo baseSetInfo = sysBaseSetInfoService.getById(id); SysBaseSetInfo baseSetInfo = sysBaseSetInfoService.getById(id);
if (null == baseSetInfo){ if (null == baseSetInfo){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment