Commit 728fc0dc authored by jiaorz's avatar jiaorz

后台导出车辆信息

parent f136bfb7
......@@ -33,7 +33,9 @@ public class BranchCompanyVehicleCountBiz extends BaseBiz<BranchCompanyVehicleCo
}
}
}
insertMultiSelective(branchCompanyVehicleCounts);
if(branchCompanyVehicleCounts != null && branchCompanyVehicleCounts.size() > 0) {
insertMultiSelective(branchCompanyVehicleCounts);
}
return ObjectRestResponse.succ();
}
......
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