Commit 84c3e246 authored by hezhen's avatar hezhen

123

parent e4cd2247
......@@ -129,6 +129,7 @@ public class TourGoodSpeBiz extends BaseBiz<TourGoodSpePriceMapper, TourGoodSpeP
}
int days=(int)((startDateTime - endDateTime) / (1000 * 3600 * 24));
int tourDays=goodDetailBiz.getTourDays();
log.info("----days==="+days+"----tourDays===="+tourDays);
if (days>=0&&days>=tourDays){
return true;
}
......
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