From d0ffecb36c393e1d4505aaf01f19051955d42c84 Mon Sep 17 00:00:00 2001 From: xusd <hugeinfo123> Date: Fri, 13 Sep 2024 20:04:51 +0800 Subject: [PATCH] 修复bug --- dyh-service/dyh-mediate/src/main/java/cn/huge/module/buildcode/service/BuildCodeService.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dyh-service/dyh-mediate/src/main/java/cn/huge/module/buildcode/service/BuildCodeService.java b/dyh-service/dyh-mediate/src/main/java/cn/huge/module/buildcode/service/BuildCodeService.java index 477cfd1..79fa234 100644 --- a/dyh-service/dyh-mediate/src/main/java/cn/huge/module/buildcode/service/BuildCodeService.java +++ b/dyh-service/dyh-mediate/src/main/java/cn/huge/module/buildcode/service/BuildCodeService.java @@ -111,13 +111,13 @@ // 必须 this.buildPo(tplData); this.buildBo(tplData); - this.buildDaoMapper(tplData); +// this.buildDaoMapper(tplData); this.buildDaoMapperXml(tplData); - this.buildService(tplData); +// this.buildService(tplData); this.buildWebController(tplData); // 可选 // this.buildWechatController(tplData); - this.buildJson(tplData); +// this.buildJson(tplData); // this.buildJsForm(tplData); } catch (TemplateNotFoundException e) { log.error("TemplateNotFoundException"); -- Gitblit v1.8.0