/**
  * 查看总个数
  *
  * @param Tpactionhead
  * @return count
  */
 @Override
 public int findTpactionheadcount(IFWUserInfo userInfo, Tpactionhead tpactionhead) {
   return tpactionheadMapper.count(tpactionhead);
 }
 public int findBasecusacccount(Tpactionhead tpactionhead) {
   return tpactionheadMapper.count(tpactionhead);
 }