This commit is contained in:
Lemon
2023-07-07 13:15:19 +08:00
parent 193fa58b2e
commit 753ed465f1
4 changed files with 13 additions and 5 deletions

View File

@@ -262,7 +262,6 @@ public class PileMerchantInfoServiceImpl implements IPileMerchantInfoService {
String deptId = authorizedMap.getDeptId();
deptIds.add(deptId);
}
PageUtils.startPage();
return pileMerchantInfoMapper.queryInfoListByIds(deptIds);
}
}