|
@@ -328,6 +328,9 @@ public class BizArchiveInputServiceImpl extends ServiceImpl<BizArchiveInputMappe
|
|
|
throw new ServiceException("订单号不能重复", HttpStatus.ERROR);
|
|
|
|
|
|
boolean saveStatus = super.save(bizArchiveInput);
|
|
|
+ if(!saveStatus){
|
|
|
+ return false;
|
|
|
+ }
|
|
|
List<BizArchiveInputDetail> bizArchiveInputDetails = bizArchiveInput.getDetails();
|
|
|
List<BizArchiveInputDetailProcess> bizArchiveInputDetailProcesses = new ArrayList<>();
|
|
|
List<SysFileStorage> files = bizArchiveInput.getFiles();
|