Commit ebdce88c authored by 周健威's avatar 周健威

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

parents d628b4a9 8c8c62ff
......@@ -107,7 +107,7 @@ public class TourGoodVerificationBiz extends BaseBiz<TourGoodVerificationMapper,
if (list.size()==0){
return ObjectRestResponse.succ();
}
}else if (list!=null&&companyIds.size()>0){
}else if (companyIds!=null&&companyIds.size()>0){
list=mapper.getSiteList(null,null,companyIds);
}
list=mapper.getGoodList(list);
......
......@@ -176,7 +176,7 @@ public class VehicleBookRecord {
private Integer haveViolation;
/**
* 订单号
* 租车订单号或者旅游路线id
*/
private String orderNo;
......
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