workModel.php 298 B

1234567891011121314
  1. <?php
  2. class workClassModel extends Model
  3. {
  4. /**
  5. * 未完成统计的也可以用m('flow')->initflow('work')->getdaiban();
  6. */
  7. public function getwwctotals($uid)
  8. {
  9. $s = $this->rock->dbinstr('distid', $uid);
  10. $to = $this->rows('`status` in(3,4) and '.$s.'');
  11. return $to;
  12. }
  13. }
粤ICP备19079148号