Преглед на файлове

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

吴昊天 преди 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);
         }