|
|
@ -211,6 +211,7 @@ public class RecordServiceImpl implements RecordService {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public void recordAssociation(Long[] ids, Long recordId, String recordType) {
|
|
|
|
public void recordAssociation(Long[] ids, Long recordId, String recordType) {
|
|
|
|
|
|
|
|
|
|
|
|
//会计档案归档
|
|
|
|
//会计档案归档
|
|
|
|
if (recordType.equals(ArchivesTypeEnum.ACCOUNTING_VOUCHER.getValue())) {
|
|
|
|
if (recordType.equals(ArchivesTypeEnum.ACCOUNTING_VOUCHER.getValue())) {
|
|
|
|
for (Long id : ids) {
|
|
|
|
for (Long id : ids) {
|
|
|
|