소스 검색

消息管理设置保存报错修复

吴昊天 2 년 전
부모
커밋
74ee4ce1bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      crmeb/app/services/message/SystemNotificationServices.php

+ 1 - 1
crmeb/app/services/message/SystemNotificationServices.php

@@ -113,7 +113,7 @@ class SystemNotificationServices extends BaseServices
     {
         $type = $data['type'];
         $id = $data['id'];
-        $info = $this->dao->get($id, 'id');
+        $info = $this->dao->get($id);
         if (!$info) {
             throw new AdminException(100026);
         }