Commit e80decdc authored by hezhen's avatar hezhen

123

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