发布网友
共1个回答
热心网友
List<Object> result = select xxx from xxx where xxx = xxx;
return result.size() > 0 ? result : null
然后前台判断下