|
@@ -448,9 +448,6 @@ WHERE eo.wait_empower_id = %s and jod.is_service_open =1 and jod.status =1 and d
|
|
|
!strings.Contains(payWay, "transferAccounts") {
|
|
|
returnMoney = gconv.Int(orderMap["pay_money"])
|
|
|
}
|
|
|
- if gconv.Int(orderMap["return_status"]) == 1 {
|
|
|
- returnMoney = gconv.Int(orderMap["pay_money"])
|
|
|
- }
|
|
|
|
|
|
//回款计划
|
|
|
returnMoneyPlant, err := g.DB().GetOne(ctx, "SELECT * from return_money_plant where order_code = ? order by create_time desc", param.OrderCode)
|