|
|
@ -184,7 +184,7 @@ public class SupplierBankInfoService extends MybatisBaseService<SupplierBankInfo |
|
|
|
baseMapper.insertSUpplierIndex(entity.getName(), entity.getCodeUnified(), dtoSid, entity.getCodeUnified()); |
|
|
|
for (String index : codeIndex) { |
|
|
|
if (!index.equals(entity.getCodeUnified())) { |
|
|
|
baseMapper.insertSUpplierIndex(entity.getCodeUnified(),entity.getName(), entity.getSid(), index); |
|
|
|
baseMapper.insertSUpplierIndex(entity.getName(),entity.getCodeUnified(), entity.getSid(), index); |
|
|
|
} |
|
|
|
} |
|
|
|
baseMapper.deleteSupplierFiles(entity.getSid(), "1"); |
|
|
|