timeSliceQueryPush

This commit is contained in:
ziming 2025-06-12 14:46:11 +08:00
parent af64c0eee7
commit f965bf8b7f
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import (
"voucher/internal/biz/bo" "voucher/internal/biz/bo"
) )
func Test_script(t *testing.T) { func Test_timeSliceQueryPush(t *testing.T) {
startTime, err := time.Parse(time.DateTime, "2025-05-01 00:00:00") startTime, err := time.Parse(time.DateTime, "2025-05-01 00:00:00")
if err != nil { if err != nil {
@ -33,7 +33,7 @@ func Test_script(t *testing.T) {
} }
} }
func Test_script2(t *testing.T) { func Test_pushWechatQuery(t *testing.T) {
startTime, err := time.Parse(time.DateTime, "2025-05-31 00:00:00") startTime, err := time.Parse(time.DateTime, "2025-05-31 00:00:00")
if err != nil { if err != nil {