Your Name 2 anni fa
parent
commit
fc1df2c938

+ 2 - 1
service-user/src/main/java/com/java110/user/cmd/wechat/GetCommunityWechatAppIdCmd.java

@@ -38,7 +38,8 @@ public class GetCommunityWechatAppIdCmd extends Cmd {
 
 
         SmallWeChatDto smallWeChatDto = new SmallWeChatDto();
         SmallWeChatDto smallWeChatDto = new SmallWeChatDto();
         smallWeChatDto.setObjId(reqJson.getString("communityId"));
         smallWeChatDto.setObjId(reqJson.getString("communityId"));
-        smallWeChatDto.setObjType(reqJson.getString("objType"));
+        smallWeChatDto.setWechatType(reqJson.getString("objType"));
+        smallWeChatDto.setWeChatType(reqJson.getString("objType"));
         List<SmallWeChatDto> smallWeChatDtos = smallWechatV1InnerServiceSMOImpl.querySmallWechats(smallWeChatDto);
         List<SmallWeChatDto> smallWeChatDtos = smallWechatV1InnerServiceSMOImpl.querySmallWechats(smallWeChatDto);
         String appId = "";
         String appId = "";
         //todo 读取全局
         //todo 读取全局