application status
This commit is contained in:
parent
4f7fc35d1e
commit
77729c46c4
@ -1074,7 +1074,7 @@ $this->db->insert_batch('T_BroadcastStatus', $data);
|
|||||||
|
|
||||||
$this->db->where('t2.StudentID', $studentId);
|
$this->db->where('t2.StudentID', $studentId);
|
||||||
$this->db->where('t2.CourseID', $courseId);
|
$this->db->where('t2.CourseID', $courseId);
|
||||||
$this->db->group_by('t2.ID');
|
// $this->db->group_by('t2.ID');
|
||||||
$fromTypes = $this->db->get();
|
$fromTypes = $this->db->get();
|
||||||
$formTypeDetails = $fromTypes->result();
|
$formTypeDetails = $fromTypes->result();
|
||||||
if($formTypeDetails){
|
if($formTypeDetails){
|
||||||
@ -1088,6 +1088,8 @@ $this->db->insert_batch('T_BroadcastStatus', $data);
|
|||||||
$resultArr['formTypeStatus'] = false;
|
$resultArr['formTypeStatus'] = false;
|
||||||
$resultArr['message'] = "No record found";
|
$resultArr['message'] = "No record found";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//print_r($this->db->last_query());die();
|
||||||
return $resultArr;
|
return $resultArr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -155,7 +155,7 @@ app.controller('certificateStatusCtrl', ["$scope", "toaster", "$filter", "ngTabl
|
|||||||
|
|
||||||
$scope.getUniveId = function (univ) {
|
$scope.getUniveId = function (univ) {
|
||||||
|
|
||||||
alert('in')
|
// alert('in')
|
||||||
|
|
||||||
$scope.Currentdate = new Date();
|
$scope.Currentdate = new Date();
|
||||||
|
|
||||||
|
|||||||
@ -144,7 +144,7 @@ app.controller('markcardStatusCtrl', ["$scope", "toaster", "$filter", "ngTablePa
|
|||||||
|
|
||||||
$scope.getUniveId = function (univ) {
|
$scope.getUniveId = function (univ) {
|
||||||
|
|
||||||
alert();
|
// alert();
|
||||||
$scope.Currentdate = new Date();
|
$scope.Currentdate = new Date();
|
||||||
|
|
||||||
console.log($scope.Currentdate);
|
console.log($scope.Currentdate);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user