jpa 实战记录

一、in 并且加一个条件

detailSkuRepository.findBySkuInAndIsdel(List, 0);
查询sku 在集合里,并且isdel 等于 0
原文地址:https://www.cnblogs.com/lyon91/p/10277235.html