Skip to content

Commit c30544d

Browse files
authored
fix: code check fix (#296)
1 parent 131bd0f commit c30544d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

base/src/main/java/com/tinyengine/it/service/app/impl/AppServiceImpl.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
package com.tinyengine.it.service.app.impl;
1414

15-
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
1615
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
1716
import com.tinyengine.it.common.base.Result;
1817
import com.tinyengine.it.common.context.LoginUserContext;
@@ -117,7 +116,6 @@ public AppDto queryAllAppByPage(Integer currentPage, Integer pageSize, String or
117116
Long totalCount = this.baseMapper.queryAppCount(app.getName(), app.getIndustryId(),
118117
app.getSceneId(), app.getFramework(), app.getCreatedBy(), tenantId);
119118

120-
// Integer total = this.baseMapper.queryAppTotal(tenantId);
121119
AppDto appDto = new AppDto();
122120
appDto.setApps(apps);
123121
appDto.setTotal(Math.toIntExact(totalCount));

0 commit comments

Comments
 (0)