Prechádzať zdrojové kódy

修改自定义模型

guwd 5 rokov pred
rodič
commit
141dff63c5

+ 2 - 24
pom.xml

@@ -47,35 +47,13 @@
 <!--			<groupId>net.mingsoft</groupId>-->
 <!--			<artifactId>ms-clean</artifactId>-->
 <!--		</dependency>-->
-		<dependency>
-			<groupId>net.mingsoft</groupId>
-			<artifactId>ms-mattention</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>net.mingsoft</groupId>
-			<artifactId>ms-mcomment</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>net.mingsoft</groupId>
-			<artifactId>ms-mpay</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>net.mingsoft</groupId>
-			<artifactId>ms-msend</artifactId>
-		</dependency>
+
 
 <!--		<dependency>-->
 <!--			<groupId>net.mingsoft</groupId>-->
 <!--			<artifactId>ms-quartz</artifactId>-->
 <!--		</dependency>-->
-		<dependency>
-			<groupId>net.mingsoft</groupId>
-			<artifactId>ms-spider</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>net.mingsoft</groupId>
-			<artifactId>ms-mweixin</artifactId>
-		</dependency>
+
 
 		<!-- 此部分是铭飞平台MStroe的客户端(MStore不在铭飞开源产品范围),如果不需要使用MStore可以删除掉 -->
 		<dependency>

+ 1 - 1
src/main/webapp/WEB-INF/manager/cms/category/form.ftl

@@ -477,7 +477,7 @@
             getColumnContentModelId: function () {
                 var that = this;
                 ms.http.get(ms.manager + "/mdiy/model/list.do", {
-                    modelType: 'zdymx_wz'
+                    modelType: 'cms'
                 }).then(function (data) {
                     if(data.result){
                         that.mdiyModelIdOptions = data.data.rows;