public User findUserByMobile(String mobile){
return getByCnd(Cnd.where("mobile", "=", mobile));
}
添加回复
请先登陆
public User findUserByMobile(String mobile){
return getByCnd(Cnd.where("mobile", "=", mobile));
}