|
|
@@ -127,6 +127,7 @@ public class WxWeappInfoController extends BaseController { |
|
|
|
weappInfo.setName(null); |
|
|
|
} |
|
|
|
} |
|
|
|
weappInfo.setPlat(EnumAppPlat.TOUTIAO.getCode()); |
|
|
|
weappInfo.setSortColumns(BaseEntity.SortField.CurrentVersion_DESC); |
|
|
|
final List<WxWeappInfo> list = authorizerInfoService.getList(weappInfo); |
|
|
|
return new ResultData(list); |
|
|
@@ -170,6 +171,7 @@ public class WxWeappInfoController extends BaseController { |
|
|
|
if(StringUtils.isBlank(appsStr)) { |
|
|
|
WxWeappInfo weappInfoQ = new WxWeappInfo(); |
|
|
|
weappInfoQ.setType(type); |
|
|
|
weappInfoQ.setPlat(EnumAppPlat.TOUTIAO.getCode()); |
|
|
|
List<WxWeappInfo> list = authorizerInfoService.getList(weappInfoQ); |
|
|
|
for(WxWeappInfo info: list) { |
|
|
|
appsStr += info.getAuthorizerAppid() + ","; |
|
|
@@ -454,6 +456,7 @@ public class WxWeappInfoController extends BaseController { |
|
|
|
} |
|
|
|
WxWeappInfo authQ = new WxWeappInfo(); |
|
|
|
authQ.setType(type); |
|
|
|
authQ.setPlat(EnumAppPlat.TOUTIAO.getCode()); |
|
|
|
List<WxWeappInfo> appList = authorizerInfoService.getList(authQ); |
|
|
|
appsStr = ""; |
|
|
|
StringBuilder sb = new StringBuilder(); |
|
|
@@ -548,6 +551,7 @@ public class WxWeappInfoController extends BaseController { |
|
|
|
} |
|
|
|
WxWeappInfo authQ = new WxWeappInfo(); |
|
|
|
authQ.setType(type); |
|
|
|
authQ.setPlat(EnumAppPlat.TOUTIAO.getCode()); |
|
|
|
List<WxWeappInfo> appList = authorizerInfoService.getList(authQ); |
|
|
|
appsStr = ""; |
|
|
|
StringBuilder sb = new StringBuilder(); |
|
|
|