浏览代码

Merge branch 'wanghaicheng' of lift-manager/lift-server into develop

wanghaicheng 5 年之前
父节点
当前提交
e4895e6aee

+ 1 - 1
lift-business-service/src/main/java/cn/com/ty/lift/business/project/controller/ProjectController.java

@@ -103,4 +103,4 @@ public class ProjectController {
     public void export(@RequestBody ExportRequest request) {
         projectService.export(request);
     }
-}
+}

+ 0 - 1
lift-enterprise-service/src/main/java/cn/com/ty/lift/enterprise/custom/controller/PropertyCompanyController.java

@@ -82,7 +82,6 @@ public class PropertyCompanyController {
      * @return cn.com.xwy.boot.web.dto.RestResponse
      */
     public RestResponse delete(@RequestBody PropertyCompany propertyCompany) {
-
         //判断维保电梯台数是否为0
         //判断维保电梯台数是否为0
         //判断维保电梯台数是否为0

+ 11 - 1
lift-quan-service/pom.xml

@@ -22,7 +22,17 @@
             <groupId>cn.com.xwy</groupId>
             <artifactId>xwy-cloud-dependencies</artifactId>
         </dependency>-->
-        
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <mainClass>cn.com.ty.lift.enterprise.EnterpriseApplication</mainClass>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>