Explorar el Código

更新

master
huangjiajun hace 5 meses
padre
commit
7368a01eb6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      rule/installment_payment/installment_payment_auto_repaid.go

+ 0
- 1
rule/installment_payment/installment_payment_auto_repaid.go Ver fichero

@@ -119,7 +119,6 @@ func DealInstallmentPaymentAutoRepaid(engine *xorm.Engine, ch *rabbit.Channel, a
CreateAt: now.Format("2006-01-02 15:04:05"),
UpdateAt: now.Format("2006-01-02 15:04:05"),
OrdId: zhios_order_relate_utils.StrToInt64(oid),
MallOid: zhios_order_relate_utils.Int64ToStr(installmentPaymentList.OrdId),
})
if err != nil {
session.Rollback()


Cargando…
Cancelar
Guardar