后台-sud小游戏时长统计-gameId
This commit is contained in:
@@ -27,9 +27,6 @@ public class MiniGameServiceImpl extends ServiceImpl<MiniGameMapper, MiniGame> i
|
||||
@Autowired
|
||||
private MiniGameMapper miniGameMapper;
|
||||
|
||||
@Autowired
|
||||
private BaiShunMiniGameConfig baiShunMiniGameConfig;
|
||||
|
||||
public MiniGame queryMiniGameByMgId(Long mgId) {
|
||||
QueryWrapper<MiniGame> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.lambda().eq(MiniGame::getMgId, mgId);
|
||||
|
Reference in New Issue
Block a user