|
@@ -362,6 +362,9 @@ public class BizArchiveInputServiceImpl extends ServiceImpl<BizArchiveInputMappe
|
|
|
throw new ServiceException("订单号不能重复", HttpStatus.ERROR);
|
|
|
|
|
|
boolean saveStatus = super.updateById(bizArchiveInput);
|
|
|
+ if(!saveStatus){
|
|
|
+ throw new ServiceException("更新失败,请刷新页面获取最新数据", HttpStatus.ERROR);
|
|
|
+ }
|
|
|
List<BizArchiveInputDetail> bizArchiveInputDetails = bizArchiveInput.getDetails();
|
|
|
List<BizArchiveInputDetailProcess> bizArchiveInputDetailProcesses = new ArrayList<>();
|
|
|
BizArchiveInputDetail delDetail = new BizArchiveInputDetail();
|