|
@@ -147,7 +147,6 @@ public class YljgKhJbxxController extends BaseController
|
|
|
if (CollectionUtils.isNotEmpty(pageIdList)) {
|
|
|
list = htxxMapper.selectBusinessYljgKhHtxxByQy(pageIdList);
|
|
|
}
|
|
|
- String key= SecurityUtils.getEncryptKey();
|
|
|
list.forEach(l -> {
|
|
|
if (l.getJgmc().contains("%%")) {
|
|
|
String jgmc = l.getJgmc().substring(0, l.getJgmc().indexOf("%%"));
|
|
@@ -162,8 +161,6 @@ public class YljgKhJbxxController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- l.setZjhm( SecurityUtils.encryptData(key,l.getZjhm()));
|
|
|
- l.setXm( SecurityUtils.encryptData(key,l.getXm()));
|
|
|
});
|
|
|
TableDataInfo rspData = new TableDataInfo();
|
|
|
rspData.setCode(HttpStatus.SUCCESS);
|