Commit b6c04ef0 authored by 赵啸非's avatar 赵啸非

添加feign接口自动生成

parent 6cf5a246
......@@ -169,7 +169,7 @@ public class GentableServiceImpl extends AbstractCRUDServiceImpl<GentableDao, Ge
}
if (gentableEntity.getIsShowControl() != null) {
if (gentableEntity.getIsShowControl() == 2) {
if (temp.contains("webForm.java.ftl")) {
if (temp.contains("webForm.java.ftl")||temp.contains("web.java.ftl")) {
continue;
}
// if (temp.contains("entity.java.ftl")||temp.contains("entityQuery.java.ftl")) {
......@@ -181,7 +181,7 @@ public class GentableServiceImpl extends AbstractCRUDServiceImpl<GentableDao, Ge
}
}
} else {
if (temp.contains("webForm.java.ftl")) {
if (temp.contains("webForm.java.ftl")||temp.contains("web.java.ftl")) {
continue;
}
}
......@@ -517,7 +517,7 @@ public class GentableServiceImpl extends AbstractCRUDServiceImpl<GentableDao, Ge
}
if (gentableEntity.getIsShowControl() != null) {
if (gentableEntity.getIsShowControl() == 2) {
if (temp.contains("webForm.java.ftl")) {
if (temp.contains("webForm.java.ftl")||temp.contains("web.java.ftl")) {
continue;
}
// if (temp.contains("entity.java.ftl")||temp.contains("entityQuery.java.ftl")) {
......@@ -529,7 +529,7 @@ public class GentableServiceImpl extends AbstractCRUDServiceImpl<GentableDao, Ge
}
}
} else {
if (temp.contains("webForm.java.ftl")) {
if (temp.contains("webForm.java.ftl")||temp.contains("web.java.ftl")) {
continue;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment