Browse Source

大件重量优化

qiuenguang 1 year ago
parent
commit
aaf4a5fc3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/admin/controller/QcodeAdd.php

+ 1 - 1
application/admin/controller/QcodeAdd.php

@@ -265,7 +265,7 @@ class QcodeAdd extends Backend
                             'create_time'=>time(),
                             'p_nums'=>0,
                             'userid'=>$userinfo['id'],//小码绑定用户id
-                            's_weight'=>$s_weight,//单个小件重量
+                            's_weight'=>$batchList['s_weight'],//单个小件重量
                             'status' => 0,
                         ];
                         $s_res = $small->save($s_data);