Commit 7931bba9 authored by 周健威's avatar 周健威

修改代码

parent c0660da2
......@@ -386,9 +386,9 @@ public class OrderRentVehicleService extends AbstractOrderHandle<OrderRentVehicl
private String handleChildren(RentVehicleBO detail, Integer vehicleDayNum) {
StringBuffer childrenStr = new StringBuffer("");
if(vehicleDayNum > 0) {
// if(vehicleDayNum > 0) {
childrenStr.append(",${tem_0101}");
}
// }
if(DRIVER_TYPE_COMPANY.equals(detail.getDriverType())) {
childrenStr.append(",${tem_0102}");
}
......
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