application status

This commit is contained in:
venbatechnologies@gmail.com 2018-12-07 17:55:41 +05:30
parent 4f7fc35d1e
commit 77729c46c4
3 changed files with 5 additions and 3 deletions

View File

@ -1074,7 +1074,7 @@ $this->db->insert_batch('T_BroadcastStatus', $data);
$this->db->where('t2.StudentID', $studentId);
$this->db->where('t2.CourseID', $courseId);
$this->db->group_by('t2.ID');
// $this->db->group_by('t2.ID');
$fromTypes = $this->db->get();
$formTypeDetails = $fromTypes->result();
if($formTypeDetails){
@ -1088,6 +1088,8 @@ $this->db->insert_batch('T_BroadcastStatus', $data);
$resultArr['formTypeStatus'] = false;
$resultArr['message'] = "No record found";
}
//print_r($this->db->last_query());die();
return $resultArr;
}

View File

@ -155,7 +155,7 @@ app.controller('certificateStatusCtrl', ["$scope", "toaster", "$filter", "ngTabl
$scope.getUniveId = function (univ) {
alert('in')
// alert('in')
$scope.Currentdate = new Date();

View File

@ -144,7 +144,7 @@ app.controller('markcardStatusCtrl', ["$scope", "toaster", "$filter", "ngTablePa
$scope.getUniveId = function (univ) {
alert();
// alert();
$scope.Currentdate = new Date();
console.log($scope.Currentdate);