rabin 2 years ago
parent
commit
00e551119f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      service/bill/database/sell.php

+ 2 - 1
service/bill/database/sell.php

@@ -25,7 +25,7 @@ $type = array
     2 => '团队业绩',
 );
 
-$ftype = array
+$stype = array
 (
     1 => '自动发放',
     2 => '手动发放',
@@ -41,6 +41,7 @@ return array
     'set' => array
     (
         'type' => $type,
+        'stype' => $stype,
     ),
     # 数据结构
     'struct' => array