Commit 6f12d9a7 authored by AvatarC's avatar AvatarC

多余coding

parent 56854198
...@@ -372,9 +372,9 @@ ...@@ -372,9 +372,9 @@
if ([title isEqualToString:SaleDay]) { if ([title isEqualToString:SaleDay]) {
dayType = @"day"; dayType = @"day";
self.scopeType = _selectDay;//[IBTCommon stringFromDateWithFormat:[NSDate date] format:@"yyyy-MM-dd"]; self.scopeType = _selectDay;//[IBTCommon stringFromDateWithFormat:[NSDate date] format:@"yyyy-MM-dd"];
}else if ([title isEqualToString:SaleWeek]) { // }else if ([title isEqualToString:SaleWeek]) {
dayType = @"week"; // dayType = @"week";
self.scopeType = [IBTCommon getWeekFromDateWithDate:date]; // self.scopeType = [IBTCommon getWeekFromDateWithDate:date];
}else if ([title isEqualToString:SaleMonth]) { }else if ([title isEqualToString:SaleMonth]) {
dayType = @"month"; dayType = @"month";
// date = [IBTCommon dateFromStringWithFormat:strDate format:@"yyyy-MM" ]; // date = [IBTCommon dateFromStringWithFormat:strDate format:@"yyyy-MM" ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment