/** @param 企业人员信息(t_qyryxx) 多条查询 获得需进行公安人口库比对的人员 */
 public List getDhdQyryxxList(Qyryxx qyryxx) {
   return qyryxxDao.getDhdQyryxxList(qyryxx);
 }