예제 #1
0
 function act_detectionTypeDel($where)
 {
     //调用model层获取数据
     $qcStandardModel = new qcStandardModel();
     $list = $qcStandardModel->detectionTypeDel($where);
     if ($list) {
         return true;
     } else {
         return false;
     }
 }