活动时间类型
parent
227f57090d
commit
702bc42abd
|
|
@ -74,7 +74,7 @@ public class SGlobalActivity implements BaseConfig {
|
|||
int time = sGlobalActivity.getTime();
|
||||
String startTime = sGlobalActivity.getStartTime();
|
||||
String endtime = sGlobalActivity.getEndtime();
|
||||
if(time == 1 ){//ActivityType.OPEN_TYPE_TIME
|
||||
if(time == 1 || time == 6){//ActivityType.OPEN_TYPE_TIME
|
||||
if(!"0".equals(startTime)){
|
||||
sGlobalActivity.setStartTimeLong(TimeUtils.parseTimeToMiles(startTime,TimeUtils.Stand_CeHua_Data_format));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue