wuggemail@foxmail.com 3 months ago
parent
commit
35e1e09134
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/cxinv/model/FinancialTz.php

+ 1 - 1
app/cxinv/model/FinancialTz.php

@@ -50,7 +50,7 @@ class FinancialTz extends Base
 
         foreach ($product as $k=>&$v) {
             $create['num']=bcadd($create['num'],$v['num'],8);
-            $v['ktCode']=$create['checkCode'];
+            $v['ktCode']=$create['ktCode'];
             $create['out_fee']=bcadd($create['out_fee'],bcmul($v['num'],$v['unit_price'],8),8);
         }
         $kt = self::create($create);