From 348c483d9e8cf81c485289a44c717fe1c23f4065 Mon Sep 17 00:00:00 2001
From: shiyj <1098226878@qq.com>
Date: 星期日, 07 七月 2019 17:29:35 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/java110/MicroCommunity
---
java110-code-generator/src/main/resources/web/manage/ListListener.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/java110-code-generator/src/main/resources/web/manage/ListListener.java b/java110-code-generator/src/main/resources/web/manage/ListListener.java
index c5e0a1d..61b4872 100644
--- a/java110-code-generator/src/main/resources/web/manage/ListListener.java
+++ b/java110-code-generator/src/main/resources/web/manage/ListListener.java
@@ -17,6 +17,7 @@
import org.springframework.http.ResponseEntity;
import com.java110.common.constant.CommonConstant;
import com.java110.common.constant.BusinessTypeConstant;
+import com.java110.common.constant.ServiceCode@@TemplateCode@@Constant;
import java.util.ArrayList;
import java.util.List;
@@ -33,7 +34,7 @@
@Override
public String getServiceCode() {
- return ServiceCodeConstant.SERVICE_CODE_LIST_@@TEMPLATECODE@@S;
+ return ServiceCode@@TemplateCode@@Constant.LIST_@@TEMPLATECODE@@S;
}
@Override
--
Gitblit v1.8.0