摘要:
public class Test { public static void main(String[] args) { // TODO Auto-generated method stub String[] topicArray = new String[]{"id","names"}; File 阅读全文
摘要:
mybatise 同一字段多模糊查询 <foreach collection="typeList" index="index" item="item" open="(" separator="or" close=")"> s.type like concat(concat('%',#{item}), 阅读全文