|
@@ -135,7 +135,10 @@ public class MemberDaoImpl implements MemberDao {
|
|
|
public Integer addFullReduction(String openId) {
|
|
|
|
|
|
Calendar calendar = Calendar.getInstance();
|
|
|
- calendar.set(2019,3,16,23,59,59);
|
|
|
+ calendar.set(2019,2,16);
|
|
|
+ calendar.set(Calendar.HOUR_OF_DAY,23);
|
|
|
+ calendar.set(Calendar.MINUTE,59);
|
|
|
+ calendar.set(Calendar.SECOND,58);
|
|
|
|
|
|
Integer flag = 0;
|
|
|
//创建优惠券
|