/** 验证查询 */
 public List verification(BasicParameters u) {
   return basicParametersDao.verification(u);
 }