|
@@ -681,7 +681,7 @@ public class NotaryOrderServiceImpl extends ServiceImpl<NotaryOrderMapper, Notar
|
|
|
notaryOrderFile.setCreatorId(SecurityUtils.getCurrentUserId());
|
|
notaryOrderFile.setCreatorId(SecurityUtils.getCurrentUserId());
|
|
|
orderFileMapper.insert(notaryOrderFile);
|
|
orderFileMapper.insert(notaryOrderFile);
|
|
|
|
|
|
|
|
-// updateStatusPass(file.getContractId(), file.getBusinessNo());
|
|
|
|
|
|
|
+ updateStatusPass(file.getContractId(), file.getBusinessNo());
|
|
|
return response;
|
|
return response;
|
|
|
}
|
|
}
|
|
|
|
|
|