领取优惠券操作
This commit is contained in:
@@ -7,4 +7,8 @@ public interface CacheMap {
|
||||
Map<String,String> map = new HashMap(){{
|
||||
put("sign","1");
|
||||
}};
|
||||
Map<String,String> notOpenMap = new HashMap(){{
|
||||
put("sign","1");
|
||||
put("openId","1");
|
||||
}};
|
||||
}
|
||||
|
||||
@@ -99,7 +99,9 @@ public class DateUtils {
|
||||
public static String getTime() {
|
||||
return sdfTime.format(new Date());
|
||||
}
|
||||
|
||||
public static String getStrTime(Date date) {
|
||||
return sdfTime.format(date);
|
||||
}
|
||||
/**
|
||||
* @Title: compareDate
|
||||
* @Description: TODO(日期比较,如果s>=e 返回true 否则返回false)
|
||||
|
||||
Reference in New Issue
Block a user