瀏覽代碼

市政工程|工业工程 查询历史请求方式修改

刘浩男 1 年之前
父節點
當前提交
7e92663601

+ 0 - 1
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zdsz/ZEngineeringIndustryController.java

@@ -109,7 +109,6 @@ public class ZEngineeringIndustryController extends BaseController {
      *
      */
     @SaCheckPermission("zdsz:engineeringIndustry:remove")
-    @Log(title = "工业工程|市政工程", businessType = BusinessType.DELETE)
     @GetMapping("/{ids}/{type}")
     public R<ZEngineeringIndustryVo> getInfo(@NotNull(message = "主键不能为空") @PathVariable String id, @NotNull(message = "节点类型不能为空") @PathVariable String type) {
         return R.ok(iZEngineeringIndustryService.query(id,type));