|
@@ -105,7 +105,7 @@ public class AssetServiceImpl extends BaseServiceImpl<AssetMapper, AssetEntity>
|
|
|
List<Object> data = listener.getDataList();
|
|
List<Object> data = listener.getDataList();
|
|
|
|
|
|
|
|
List<AssetEntity> dbAssetList = baseMapper.selectList(Wrappers.<AssetEntity>lambdaQuery().eq(AssetEntity::getYearAndMonth, yearAndMonth));
|
|
List<AssetEntity> dbAssetList = baseMapper.selectList(Wrappers.<AssetEntity>lambdaQuery().eq(AssetEntity::getYearAndMonth, yearAndMonth));
|
|
|
- List<String> idenfifierList = new ArrayList<>(dbAssetList.stream().map(tmp -> tmp.getZcbm() + ":" + tmp.getZcmc()).toList());
|
|
|
|
|
|
|
+ List<String> idenfifierList = new ArrayList<>(dbAssetList.stream().map(AssetEntity::getZcbm).toList());
|
|
|
|
|
|
|
|
for (Object excel : data) {
|
|
for (Object excel : data) {
|
|
|
AssetExcel excel1 = (AssetExcel) excel;
|
|
AssetExcel excel1 = (AssetExcel) excel;
|