Commit 0e2ee64e authored by jiaorz's avatar jiaorz

Merge remote-tracking branch 'origin/dev' into dev

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