dever 3 vuotta sitten
vanhempi
commit
8b85d9cdbf
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      service/option/lib/Agreement.php

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

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