MyBatis Issue with IN Condition <foreach with List inside a Map

后端 未结 2 1637
孤独总比滥情好
孤独总比滥情好 2021-01-16 08:48

I have to build a IN condition using MyBatis where have to pass a list of PARENT_VALUES to be obtained based on the foreach loop below....

I tried but u

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-16 09:01

    Your Select statement would like something like this

    
    

提交回复
热议问题