forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-09 9b540b646aa7171d3d3ba707457b86445dc71dc7
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.buildWechatController(tplData);
//            this.buildJson(tplData);
//            this.buildJsForm(tplData);
        } catch (TemplateNotFoundException e) {
            log.error("TemplateNotFoundException");