|
@@ -312,7 +312,7 @@ public class TaH5SampleController extends BaseController {
|
312
|
312
|
List<TaSampleContact> sampleContactList = iTaSampleContactService.list(queryWrapper);
|
313
|
313
|
if (sampleContactList.size() > 0) {
|
314
|
314
|
List<TaContact> taContactList = taContactService.list(new QueryWrapper<TaContact>()
|
315
|
|
- .in("contact_ id", sampleContactList.stream().map(TaSampleContact::getContactId).collect(Collectors.toList()))
|
|
315
|
+ .in("contact_id", sampleContactList.stream().map(TaSampleContact::getContactId).collect(Collectors.toList()))
|
316
|
316
|
.eq("status",CommConstant.STATUS_NORMAL));
|
317
|
317
|
taH5Sample.setTaContactList(taContactList);
|
318
|
318
|
}
|