|
|
@ -49,6 +49,7 @@ public class ExtIndexController extends AbstractController { |
|
|
|
Integer orgNum = indexStatisticsService.getOrgType(gfshList); |
|
|
|
Integer orgNum = indexStatisticsService.getOrgType(gfshList); |
|
|
|
log.info("查询到的数量为:{}",orgNum); |
|
|
|
log.info("查询到的数量为:{}",orgNum); |
|
|
|
if (orgNum != null && orgNum > 0) { |
|
|
|
if (orgNum != null && orgNum > 0) { |
|
|
|
|
|
|
|
log.info("查询数量不为空"); |
|
|
|
return ResponseEntity.ok(R.ok().put("data", "1")); |
|
|
|
return ResponseEntity.ok(R.ok().put("data", "1")); |
|
|
|
} |
|
|
|
} |
|
|
|
return ResponseEntity.ok(R.ok().put("data", "0")); |
|
|
|
return ResponseEntity.ok(R.ok().put("data", "0")); |
|
|
|