Explorar o código

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

吴昊天 %!s(int64=2) %!d(string=hai) anos
pai
achega
74ee4ce1bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
         }