wuxw лет назад: 6
Родитель
Сommit
d4d719c573

+ 3 - 1
CommunityService/src/main/java/com/java110/community/smo/impl/AppInnerServiceSMOImpl.java

@@ -11,6 +11,8 @@ import com.java110.dto.UserDto;
 import com.java110.dto.app.AppDto;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.RequestBody;
+import org.springframework.web.bind.annotation.RequestMapping;
+import org.springframework.web.bind.annotation.RequestMethod;
 import org.springframework.web.bind.annotation.RestController;
 
 import java.util.ArrayList;
@@ -32,7 +34,7 @@ public class AppInnerServiceSMOImpl extends BaseServiceSMO implements IAppInnerS
 
     @Autowired
     private IUserInnerServiceSMO userInnerServiceSMOImpl;
-
+    
     @Override
     public List<AppDto> queryApps(@RequestBody  AppDto appDto) {
 

+ 1 - 1
WebService/src/main/resources/components/advertPackage/add-advert/addAdvert.js

@@ -211,7 +211,7 @@
 
                     return;
                 }
-                if (vc.component.addAdvertInfo.viewType == '9999') {
+                if (vc.component.addAdvertInfo.viewType == '8888') {
                     vc.component.addAdvertInfo.vedioName = '';
                 } else {
                     vc.component.addAdvertInfo.photos = [];

+ 1 - 1
WebService/src/main/resources/components/advertPackage/edit-advert/editAdvert.js

@@ -258,7 +258,7 @@
                     return;
                 }
 
-                if (vc.component.editAdvertInfo.viewType == '99') {
+                if (vc.component.editAdvertInfo.viewType == '8888') {
                     vc.component.editAdvertInfo.vedioName = '';
                 } else {
                     vc.component.editAdvertInfo.photos = [];

+ 1 - 1
WebService/src/main/resources/views/index.html

@@ -5,7 +5,7 @@
       xmlns:vc="http://www.thymeleaf.org">
 <head>
     <meta charset="UTF-8"/>
-    <title>HC小区管理系统|java110</title>
+    <title>小区管理系统|java110</title>
     <vc:create name="commonTop"></vc:create>
     <script src="/js/plugins/echart/echarts.min.js"></script>
     <script src="/js/plugins/echart/china.js"></script>