dever 3 năm trước cách đây
mục cha
commit
8b85d9cdbf
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) {