Przeglądaj źródła

修改身份匹配项

yousongbo 3 tygodni temu
rodzic
commit
80804d30db

+ 2 - 2
suishenbang-wxportal/suishenbang-wxportal-api/src/main/java/com/dgtly/wxportal/controller/WxAlertLogController.java

@@ -64,9 +64,9 @@ public class WxAlertLogController  extends ApiBaseController {
             }
             for (String userType : userTypeSet){
                 if ("0".equals(userType)){
-                    userTypeList.add("2");
-                }else {
                     userTypeList.add("3");
+                }else {
+                    userTypeList.add("4");
                 }
             }
         }