码迷,mamicode.com
首页 > 其他好文 > 详细

mybatis 查询

时间:2018-03-30 13:20:54      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:system   函数   bat   ISE   turn   json   nbsp   ret   null   

List<CustomerService> customerlist = customerService.selectByExample(customerexample); 
//如果在customer_service 表有用户的信息,则返回提示
System.out.println("cus:" + (null == customerlist));                      // 如果没有查出数据,customerlist 也不是 null, 可用 isEmpty() 函数判断,输出: cus:false
if (!customerlist.isEmpty()) {
return new JsonResult(false,"该手机号已经是客服号");
}

mybatis 查询

标签:system   函数   bat   ISE   turn   json   nbsp   ret   null   

原文地址:https://www.cnblogs.com/z360519549/p/8675562.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!