京西商城订单序号

This commit is contained in:
gazebo
2020-02-01 12:23:15 +08:00
parent c2519be865
commit 0c5d62e55f
4 changed files with 38 additions and 1 deletions

View File

@@ -47,3 +47,11 @@ func TestGetPendingFakeOrders(t *testing.T) {
}
t.Log(len(orderList))
}
func TestGetJxOrderSeq(t *testing.T) {
count, err := GetJxOrderCount(GetDB(), 100118, "23423", time.Now())
if err != nil {
t.Fatal(err)
}
t.Log(count)
}