通过id查找数据
This commit is contained in:
+2
@@ -3637,6 +3637,8 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
|
|||||||
}
|
}
|
||||||
conditionSb.append(" and " + key + " like concat(concat('%','" + value + "'),'%') ESCAPE '/'");
|
conditionSb.append(" and " + key + " like concat(concat('%','" + value + "'),'%') ESCAPE '/'");
|
||||||
// conditionSb.append(" and " + key + " like concat(concat('%','" + value + "'),'%')");
|
// conditionSb.append(" and " + key + " like concat(concat('%','" + value + "'),'%')");
|
||||||
|
} else if (StringUtils.equals(fieldName,"id")){
|
||||||
|
conditionSb.append(" and " + key + " ='" + value + "'");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user