} else if (sanphams.size() == 0) {
model.addAttribute("notice",
"Please buys something to checkout");
} else {
Date ngaymua = new Date();
Deliverstatus status = deliverstatusDAO
.getDefaultDeliverstatus();
BillDAO billDAO = new BillDAOImpl();
Bill hd = new Bill(status, kh.getIduser(), tongTien,
hoten, diachi, dienthoai, ngaymua, null);