This commit is contained in:
suyl
2021-05-19 16:25:01 +08:00
parent 16956c2f08
commit 5d44dfc76c

View File

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