예제 #1
0
 private function getOvertimeQty($ids)
 {
     $qty = 0;
     $overtime = new Hra_Model_Attendance_Overtime();
     return $overtime->getOvertimeQtyByIds($ids);
 }