作者 朱兆平

修复直接改配调用预配查询接口日期查询条件修改

... ... @@ -43,7 +43,7 @@ public class PREPAREMASTERController {
}
if(StringUtils.isNotEmpty(flightDate)){
Date flight_Date = DateUtil.parseDate(flightDate,"yyyy-MM-dd");
Date flight_Date = DateUtil.parseDate(flightDate,"yyyyMMdd");
preparemaster.setFlightdate(flight_Date);
}
... ...