修改查询责任部门接口

This commit is contained in:
高嵩
2023-07-14 15:26:53 +08:00
parent daebd05f24
commit fdd6beab76
@@ -857,7 +857,7 @@ public class SysDictController {
* 获取责任部门列表Responsible Department
*/
@ApiOperation(value = "字典控制器-获取责任部门列表", notes = "字典控制器-获取责任部门列表")
@GetMapping(value = "/getDutyDepart", method = RequestMethod.GET)
@GetMapping(value = "/getDutyDepart")
public Result<List<SysDictItem>> getDutyDeparts() {
Result<List<SysDictItem>> result = new Result<>();
List<SysDictItem> ls = sysDictItemService.getDutyDeparts("duty_territory");