Mybatis where in语句如何传参数
比如参数:String wareIds =”D2D5D8BF,D2D5D8C6”; 首先要转成List类型List<String> wareIdList = Arrays.asList(wareIds.split(","));创建方法:public Map<String,String> orderVerdict(List<String&