记得上下班打卡 | git大法好,push需谨慎

Commit 4cbc7893 authored by zhengfuxin's avatar zhengfuxin

修改分页

parent 2c2ebc22
......@@ -104,7 +104,7 @@ public class KylinRecommendActiveServiceImpl extends ServiceImpl<KylinRecommendA
queryWrapperm.eq(GoblinMix::getMixId, r.getActiveBindId());
GoblinMix goblinMix = goblinMixMapper.selectOne(queryWrapperm);
if (null != goblinMix) {
r.setName(goblinMix.getName());
r.setName(goblinMix.getSellName());
}
} else if (r.getActiveType() == 3) {
LambdaQueryWrapper<KylinPerformances> queryWrapperp = Wrappers.lambdaQuery(KylinPerformances.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment