puzhibing
2024-08-17 786cce4346353b93c687bc26e24f3e3ce2d80d5e
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TCompanyController.java
@@ -48,8 +48,8 @@
   }
   
   @PostMapping(value = "/unit/delete")
   public R<TCompany> delete(@RequestParam("id") Integer id) {
      return R.ok(companyService.getById(id));
   public R delete(@RequestParam("id") Integer id) {
      return R.ok(companyService.removeById(id));
   }
}