Browse Source

update

order_statistics
dengbiao 5 months ago
parent
commit
94c9a065b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consume/zhios_installment_payment_auto_repaid_consume.go

+ 1
- 1
consume/zhios_installment_payment_auto_repaid_consume.go View File

@@ -50,7 +50,7 @@ func InstallmentPaymentAutoRepaidConsume(queue md.MqQueue) {
}

func handleInstallmentPaymentAutoRepaidConsume(msgData []byte) error {
time.Sleep(time.Duration(2) * time.Millisecond) //休眠2毫秒
time.Sleep(time.Duration(1) * time.Millisecond) //休眠1毫秒

//1、解析mq中queue的数据结构体
var msg *md2.InstallmentPaymentStructForAutoRepaid


Loading…
Cancel
Save