|
@@ -460,7 +460,7 @@ WHERE eo.wait_empower_id = %s and jod.is_service_open =1 and jod.status =1 and d
|
|
|
}
|
|
|
result["returnMoneyPlant"] = map[string]interface{}{
|
|
|
"list": returnMoneyPlant.Map(),
|
|
|
- "returnMoney": returnMoney,
|
|
|
+ "returnMoney": gconv.Int(orderMap["pay_money"]),
|
|
|
"plantMoney": plantMoney,
|
|
|
}
|
|
|
//退款
|