|
|
|
@@ -130,7 +130,9 @@ public class WxCUserBasicSignServiceImpl implements WxCUserBasicSignService { |
|
|
|
calendar.set(Calendar.MINUTE, 0); |
|
|
|
calendar.set(Calendar.SECOND, 0); |
|
|
|
Date today = calendar.getTime();//今天零点 |
|
|
|
calendar.set(DAY_OF_MONTH,calendar.get(DAY_OF_MONTH) +1); |
|
|
|
calendar.set(Calendar.HOUR_OF_DAY, 23); |
|
|
|
calendar.set(Calendar.MINUTE, 59); |
|
|
|
calendar.set(Calendar.SECOND, 59); |
|
|
|
Date tomorrow =calendar.getTime();//明天零点 |
|
|
|
|
|
|
|
record.setStartDate(today); |
|
|
|
|