Commit 00cf4ad1 authored by xianyang's avatar xianyang

优化财务修复扣款

parent 8d3031d3
......@@ -381,7 +381,7 @@ def create_fix_table(db: Session, param, h_list):
"ip": ip,
"src_uuid": param.uuid,
"src_amount_type": param.amount_type,
"amount": param.money,
"amount": abs(param.money),
"fee": 0,
"reference_number": reference_number,
"reference_type": "finance_admin_fix",
......
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