Jelajahi Sumber

启用中的供应商列表命名规范

v_HuilingDeng 3 tahun lalu
induk
melakukan
889f58f36c

+ 2 - 2
abi-cloud-qr-platform-server/src/main/java/com/abi/qms/platform/controller/console/FactoryController.java

@@ -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);