This commit is contained in:
suyl
2021-05-19 16:21:20 +08:00
parent 0bd761d7d7
commit 16956c2f08

View File

@@ -1924,7 +1924,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
// dao.UpdateEntity(db, v, "ConsigneeMobile2") // dao.UpdateEntity(db, v, "ConsigneeMobile2")
// } // }
//} //}
orderman.FixedOrderManager.AmendMissingOrders(ctx, []int{1}, 100920, time.Now().AddDate(0, 0, 18), time.Now(), true, true) orderman.FixedOrderManager.AmendMissingOrders(ctx, []int{1}, 100920, time.Now().AddDate(0, 0, 18), time.Now(), false, true)
return err return err
} }