归档关联

new
JiilingLee 1 year ago
parent 293a3ec722
commit 1504207935

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

Loading…
Cancel
Save