updates
This commit is contained in:
parent
a7dedf33c6
commit
bc6b298010
|
|
@ -370,7 +370,7 @@ public class YxCalculationMajorServiceImpl extends ServiceImpl<YxCalculationMajo
|
|||
public ArtRecommendMajorBaseDTO aiAutoRecommendMajor(QueryRecommendMajorVO queryRecommendMajorVO) {
|
||||
String batch = queryRecommendMajorVO.getBatch();
|
||||
int pageNum = 1;
|
||||
int pageSize = 35;
|
||||
int pageSize = 64;
|
||||
if ("提前批".equals(batch)) {
|
||||
pageSize = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue