Commit dd84dafb authored by hezhen's avatar hezhen

123

parent d58ae4b9
......@@ -107,7 +107,7 @@ public class TourGoodVerificationBiz extends BaseBiz<TourGoodVerificationMapper,
if (list.size()==0){
return ObjectRestResponse.succ();
}
}else if (companyIds.size()>0){
}else if (list!=null&&companyIds.size()>0){
list=mapper.getSiteList(null,null,companyIds);
}
list=mapper.getGoodList(list);
......
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