| | |
| | | import com.java110.vo.api.smallWeChat.ApiSmallWeChatDataVo; |
| | | import com.java110.vo.api.smallWeChat.ApiSmallWeChatVo; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import com.java110.dto.smallWeChat.SmallWeChatDto; |
| | | import com.java110.dto.wechat.SmallWeChatDto; |
| | | import java.util.List; |
| | | import java.util.ArrayList; |
| | | import org.springframework.http.ResponseEntity; |
| | |
| | | } |
| | | SmallWeChatDto smallWeChatDto = BeanConvertUtil.covertBean(reqJson, SmallWeChatDto.class); |
| | | smallWeChatDto.setObjType(SmallWeChatDto.OBJ_TYPE_COMMUNITY); |
| | | smallWeChatDto.setObjId(reqJson.getString("communityId")); |
| | | if(StringUtil.jsonHasKayAndValue(reqJson,"communityId")) { |
| | | smallWeChatDto.setObjId(reqJson.getString("communityId")); |
| | | } |
| | | //smallWeChatDto.setWeChatType(reqJson.getString("wechatType")); |
| | | int count = smallWechatV1InnerServiceSMOImpl.querySmallWechatsCount(smallWeChatDto); |
| | | List<ApiSmallWeChatDataVo> smallWeChats = null; |