修改查询责任部门接口
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user