wugg il y a 2 ans
Parent
commit
e2e0c74c6f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/command/NowReportHandle.php

+ 1 - 1
app/command/NowReportHandle.php

@@ -298,7 +298,7 @@ class NowReportHandle extends Command
             `wpo`.`delivery_fee` AS `物流费`,
             `wpo`.`good_price` AS `成本合计`,
             `wpo`.`total_fee` AS `采购货款`,
-            ifnull( `wgb`.`tax`, `wgz`.`tax` ) AS `采购税点`,
+            ifnull( `wgb`.`tax`, `wgz`.`tax` )/100 AS `采购税点`,
             `ws`.`name` AS `供应商名称`,
              `wgb`.`is_stock`  as '是否库存品',
               if (`wgb`.`is_stock`=1,wpo.bkcode,wpo.cgdNo) as '发货方式',