Updata:解决冲突
This commit is contained in:
commit
e2b112eddd
@ -501,7 +501,7 @@ func AutoCreateUserAndOrder(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
amountType := strconv.FormatInt(orderRecord.AmountType, 10)
|
||||
applyTime := common.GetBeijingTime()
|
||||
applyTime := unfinishInfo.PayTime
|
||||
payTime, _ := time.Parse("2006-01-02 15:04:05", applyTime)
|
||||
payTimeString := payTime.Format("20060102")
|
||||
fmt.Println("发票payTimeString :", payTimeString, "发票applyTime :", applyTime, "发票payTime :", payTime)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user