Commit 2775f177 by guanzhenshan

解决资产负债表物流应付款数据不对的问题

parent bd954fc3
...@@ -396,7 +396,7 @@ namespace Bailun.DC.Services ...@@ -396,7 +396,7 @@ namespace Bailun.DC.Services
cn.Insert<dc_daily_lg_waitpay>(obj); cn.Insert<dc_daily_lg_waitpay>(obj);
} }
UpdateLogisticsEndAmount(date, payamount); UpdateLogisticsEndAmount(date, obj.amount_end);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment