|
@@ -818,7 +818,7 @@ public class ZwywLrJbxxServiceImpl implements IZwywLrJbxxService {
|
|
|
List<String> jmZjhm = Stream.of(zwywLrJbxx.getLrJmzjhm().split(",")).collect(Collectors.toList());
|
|
|
|
|
|
for (String j: jmZjhm) {
|
|
|
- InLnstLrxx lr = zwywLrJbxxMapper.selectOne(new LambdaQueryWrapper<InLnstLrxx>().eq(InLnstLrxx::getLrJmzjhm, j));
|
|
|
+ InLnstLrxx lr = zwywLrJbxxMapper.selectOne(new LambdaQueryWrapper<InLnstLrxx>().eq(InLnstLrxx::getLrJmzjhm, j).eq(InLnstLrxx::getState, "1"));
|
|
|
if (ObjectUtils.isNotEmpty(lr)) {
|
|
|
EncryptionUtils.decryptForPlaintext(lr);
|
|
|
InLnstLrxx query = new InLnstLrxx();
|