|
@@ -174,8 +174,8 @@ public class WxAccountService {
|
|
|
return weChatAccountDao.findWeChatAccountInfo(cid, accountid);
|
|
|
}
|
|
|
|
|
|
- public List<WxAccountInfo> findAllWeChatAccountInfo() {
|
|
|
- return weChatAccountDao.findAllWeChatAccountInfo();
|
|
|
+ public List<WxAccountInfo> findAllWeChatAccountInfo(Integer isonline) {
|
|
|
+ return weChatAccountDao.findAllWeChatAccountInfo(isonline);
|
|
|
}
|
|
|
|
|
|
public List<WxAccountInfo> getAllWeChatAccountInfo() {
|