This commit is contained in:
邹宗楠
2022-06-06 18:16:15 +08:00
parent 575f015300
commit 46c6cff43d
2 changed files with 3 additions and 3 deletions

View File

@@ -13,8 +13,7 @@ func init() {
}
func TestGenOrderNo(t *testing.T) {
orderNo := GenOrderNo(jxcontext.AdminCtx)
t.Log(orderNo)
}
func TestGetAvailableDeliverTime(t *testing.T) {