|
@@ -107,8 +107,8 @@ public class FactoryController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation("启用中的供应商列表")
|
|
|
- @GetMapping("listDeptEnable")
|
|
|
- public BaseResponse<ListFactoryEnableRes> listDeptEnable() throws Exception {
|
|
|
+ @GetMapping("listFactoryEnable")
|
|
|
+ public BaseResponse<ListFactoryEnableRes> listFactoryEnable() throws Exception {
|
|
|
ListFactoryEnableRes result = factoryService.listFactoryEnable();
|
|
|
//包装出参
|
|
|
return BaseResponse.create(result);
|