fix bug 45

This commit is contained in:
MustangDeng 2022-06-16 21:04:06 +08:00
parent dfe8fdf57c
commit e49f68b842
1 changed files with 0 additions and 1 deletions

View File

@ -402,7 +402,6 @@ public class
InsuranceSchemeDetailMapper insuranceSchemeDetailMapper = sqlSession.getMapper(InsuranceSchemeDetailMapper.class);
List<InsuranceSchemeDetailPO> insuranceSchemeDetailPOList = insuranceSchemeDetailMapper.queryListByInsuranceIdIsPayment(insuranceId,isPayment);
InsuranceSchemeDetailPOEncrypt.decryptList(insuranceSchemeDetailPOList);
insuranceSchemeDetailPOList = decryptSchemeDetailList(insuranceSchemeDetailPOList);
return insuranceSchemeDetailPOList;
}finally {
sqlSession.close();