| | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 综合展示 |
| | | * @author WWW |
| | | */ |
| | | @Api(tags = "综合展示\\首页") |
| | | @RestController |
| | | @SuppressWarnings("ALL") |
| | | @RequestMapping("/comprehensive") |
| | | public class ComprehensiveController extends ModelController { |
| | | @Autowired |
| | |
| | | } |
| | | |
| | | List<MetaFileEntity> meList = baseUploadService.uploadData(null, null, false, req, res); |
| | | if (meList == null || meList.size() < StaticData.FOUR) { |
| | | if (meList == null || meList.size() < StaticData.I4) { |
| | | return fail("没有找到已上传的数据或不完整", null); |
| | | } |
| | | |