66873 文档库编辑问题。
This commit is contained in:
-5
@@ -101,11 +101,6 @@ public class PhasedImplementationDetailsEOServiceImpl extends ServiceImpl<Phased
|
||||
boolean flag = true;
|
||||
if(CollectionUtils.isNotEmpty(phasedImplDetailsEOList)){
|
||||
try {
|
||||
String bussDocumentLibraryId = phasedImplDetailsEOList.get(0).getBussDocumentLibraryId();
|
||||
QueryWrapper<PhasedImplementationDetailsEO> deleteWrap = new QueryWrapper<>();
|
||||
deleteWrap.lambda().eq(PhasedImplementationDetailsEO::getBussDocumentLibraryId,bussDocumentLibraryId);
|
||||
this.baseMapper.delete(deleteWrap);
|
||||
|
||||
this.saveBatch(phasedImplDetailsEOList);
|
||||
}catch (Exception ex){
|
||||
flag = false;
|
||||
|
||||
Reference in New Issue
Block a user