dever 3 năm trước cách đây
mục cha
commit
38494a6ecf
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 1
      service/option/lib/Account.php
  2. 1 0
      service/option/lib/Agreement.php

+ 1 - 1
service/option/lib/Account.php

@@ -183,7 +183,7 @@ class Account
             (
                 'type' => 'edit',
                 'link' => Dever::url('project/database/update?project=option&table=push_cash&search_option_aid='.$option_aid, 'manage'),
-                'name' => '发放期权',
+                'name' => '期权价值交付与发放',
             );
 
             $button[1]['btn'][] = array

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

@@ -167,6 +167,7 @@ class Agreement
         $method = 'content_' . $agreement['type'];
 
         if ($info) {
+            $up = $where;
             $up['content'] = Dever::array_encode($this->$method($agreement, $info));
             $up['where_id'] = $info['id'];
             $state = Dever::db('option/agreement')->update($up);