dever 3 년 전
부모
커밋
8b85d9cdbf
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      service/option/lib/Agreement.php

+ 1 - 0
service/option/lib/Agreement.php

@@ -38,6 +38,7 @@ class Agreement
 
         if ($status == 1) {
             $info = Dever::db('option/account')->find($id);
+            $info += Dever::db('option/member')->find($info[['mid']]);
             $info['aid'] = $id;
             $info['create_state'] = 2;
         } elseif ($status == 2) {