update sim卡列表页数据更新

This commit is contained in:
Lemon
2023-06-28 15:56:25 +08:00
parent 5d424c9d11
commit 1ae41ecd59

View File

@@ -84,6 +84,8 @@ public class PileSimInfoServiceImpl implements IPileSimInfoService {
if (CollectionUtils.isNotEmpty(simCardList)) {
// 批量修改存库
pileSimInfoMapper.updateSimCardInfoBatch(simCardList);
simInfoList = pileSimInfoMapper.getSimInfoList(dto);
}
}