sunmingan 4 年 前
コミット
fdee829744

+ 5 - 0
UI/src/pages/.umi/router.js

@@ -156,6 +156,11 @@ let routes = [
         "exact": true,
         "component": require('../sellmanage/adminiFans.js').default
       },
+      {
+        "path": "/sellmanage/adminMessage",
+        "exact": true,
+        "component": require('../sellmanage/adminMessage.js').default
+      },
       {
         "path": "/sellmanage/appManagement",
         "exact": true,

+ 1 - 0
mpwechatApp/src/main/java/com/liangjian11/wx/mp/service/application/impl/ApplicationPortRefServiceImpl.java

@@ -12,6 +12,7 @@ import org.springframework.stereotype.Service;
 import java.util.ArrayList;
 import java.util.List;
 import java.util.Map;
+import java.util.Optional;
 
 @Service
 public class ApplicationPortRefServiceImpl implements ApplicationPortRefService {