taobin_project/inter/tha/.special/RoadShow.ev
2025-05-28 12:44:07 +07:00

61 lines
903 B
Text

SAVELOG "RoadShow.ev 200559 EFR02 RoadShowBoxID is 1"
SAVELOG "23 May"
Var RoadShow = "false"
DEBUGVAR SystemDateDayInt
;DEBUGVAR SystemTimeMinuteInt
DEBUGVAR SystemTimeHourInt
Var RoadShowMarketCode = "EFR01"
Var RoadShowBoxID = 0
If SystemDateYearInt = 2025 Then
; EFR02
If BoxID = 200559 Then
Var RoadShowBoxID = 1
EndIf
; EFR01
If BoxID = 172325 Then
EndIf
If SystemDateMonthInt = 5 Then
If RoadShowBoxID = 1 Then
If SystemDateDayInt = 23 Then
Var RoadShow = "true"
Var RoadShowMarketCode = "EFR02"
EndIf
If SystemDateDayInt = 17 Then
Var RoadShow = "true"
Var RoadShowMarketCode = "EFR02"
EndIf
EndIf
If RoadShowBoxID = 2 Then
If SystemDateDayInt = 4 Then
Var RoadShow = "true"
Var RoadShowMarketCode = "EFR01"
EndIf
EndIf
DEBUGVAR RoadShowBoxID
EndIf
EndIf
DEBUGVAR RoadShowMarketCode
DEBUGVAR RoadShow