|
@@ -226,8 +226,8 @@ public class TopOrderRecNoteServiceImpl extends ServiceImpl<TopOrderRecNoteMappe
|
|
|
String[] splitMonth=vo.getMonthTime().split(",");
|
|
|
for(String month : splitMonth){
|
|
|
Calendar cal = Calendar.getInstance();
|
|
|
- Integer day_moneth=cal.get(Calendar.DAY_OF_MONTH);
|
|
|
- if(day_moneth==Integer.parseInt(month)){
|
|
|
+ Integer day_month=cal.get(Calendar.DAY_OF_MONTH);
|
|
|
+ if(day_month==Integer.parseInt(month)){
|
|
|
String dayStr = DateUtils.getDate();
|
|
|
String timeStr = dayStr+" "+vo.getDayTime()+":00";
|
|
|
Long time = DateUtils.dateTimeSec(DateUtils.YYYY_MM_DD_HH_MM_SS,timeStr);
|