|
@@ -104,7 +104,7 @@ public class WxVoteServiceImpl implements WxVoteService {
|
|
|
}
|
|
}
|
|
|
List<Long> stuId = JSON.parseArray(stuIds, Long.class);
|
|
List<Long> stuId = JSON.parseArray(stuIds, Long.class);
|
|
|
List<Long> list1 = removeDuplicate(stuId);
|
|
List<Long> list1 = removeDuplicate(stuId);
|
|
|
- new ArrayList<Long>();
|
|
|
|
|
|
|
+ //new ArrayList<Long>();
|
|
|
for (Long l:list1) {
|
|
for (Long l:list1) {
|
|
|
List<ParentsStuDO> parentsStuDOS = wxParentsStuMapper.listByStuId(l);
|
|
List<ParentsStuDO> parentsStuDOS = wxParentsStuMapper.listByStuId(l);
|
|
|
if (parentsStuDOS.size() > 0) {
|
|
if (parentsStuDOS.size() > 0) {
|