zeyuwang01 opened a new issue, #25480:
URL: https://github.com/apache/shardingsphere/issues/25480

   ## Bug Report
   shardingsphere-sql-parser-postgresql-5.1.1-sources.jar
   
   AbcExample abcExample = new AbcExample();
   AbcExample.Criteria abcExampleCriteria = AbcExample.createCriteria();
   
abcExampleCriteria.andCustomerIdIn(collect.stream().collect(Collectors.toList()));
   List<Abc> list = AbcMapper.selectByExample(abcExample);
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to