Commit 1dc5004d authored by jiaorz's avatar jiaorz

Merge branch 'master-vehicle-bg' into base-modify

parents 0b2c7830 728fc0dc
......@@ -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