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