保存电子签名id重复;
This commit is contained in:
+3
-2
@@ -31,7 +31,8 @@ public class ElectronicSignatureMaterialDetailImpl extends ServiceImpl<Electroni
|
||||
for (ElectronicSignatureMaterialDetail detail : detailList) {
|
||||
Long detailId = electronicSignatureMaterialDetailMapper.nextDetailId();
|
||||
detail.setDetailId(detailId);
|
||||
this.save(detail);
|
||||
}
|
||||
return this.saveBatch(detailList);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user