@ -187,7 +187,7 @@ public class SaasEndpoint extends EnvelopRestEndpoint {
@RequestParam(value = "size") int size) throws Exception {
List<SaasDO> saasDOS = saasService.search(fields, filters, sorts, page, size);
if (saasDOS.isEmpty()){
return null;
return PageEnvelop.getSuccess("无信息");
}
saasDOS.forEach(saas->{
SaasTypeDictDO saasTypeDictDO = saasTypeDictService.findById(saas.getType());