Browse Source

.

feature/auth
qkr7828(박재우) 2 years ago
parent
commit
43606c6e2f
  1. 3
      src/main/java/com/palnet/biz/api/anls/hstry/service/AnlsHstryService.java

3
src/main/java/com/palnet/biz/api/anls/hstry/service/AnlsHstryService.java

@ -47,9 +47,6 @@ public class AnlsHstryService {
for(JwtGroupModel list : group) { for(JwtGroupModel list : group) {
dbGroupList.addAll(ptyCstmrGroupRepository.findGroupId(list.getGroupId(), cstmrSno)); dbGroupList.addAll(ptyCstmrGroupRepository.findGroupId(list.getGroupId(), cstmrSno));
} }
for(PtyCstmrGroup asd : dbGroupList) {
System.out.println(" >>>>> " + asd.getGroupId());
}
List<AnlsHstryModel> returnList = query.listCntrlBas(rq); List<AnlsHstryModel> returnList = query.listCntrlBas(rq);
List<AnlsHstryModel> resultList = new ArrayList<>(); List<AnlsHstryModel> resultList = new ArrayList<>();

Loading…
Cancel
Save