Browse Source

Merge branch 'wugg-dev' of wugg/phpstock into version1.5

wugg 2 years ago
parent
commit
d9e7e6cf2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/command/NowReportHandle.php

+ 1 - 1
app/command/NowReportHandle.php

@@ -416,7 +416,7 @@ class NowReportHandle extends Command
                                 wgb.cat_id as '财务核算编号',
                                wpo.good_name as '商品名称',
                             woo.send_num '出库库数量',
-                               round(woo.send_num* sale_price,2) '出库金额',
+                               round(woo.send_num* good_price,2) '出库金额',
                                woo.sendtime '本次出库时间',
                                 wgb.tax/100 '税率',
                             '' as '不含税出库金额',