订单状态统一修改
This commit is contained in:
parent
65ad64a465
commit
586aa21b41
|
|
@ -82,6 +82,8 @@ public class OrderServiceImpl implements OrderService {
|
|||
} else {
|
||||
throw new Exception("订单状态不一致,请检查订单状态");
|
||||
}
|
||||
dto.setStartTime(list.get(0).getRentBeginTime());
|
||||
dto.setEndTime(list.get(0).getRentEndTime());
|
||||
}
|
||||
return orderInfoDtos;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
mdi.person_phone AS personPhone,
|
||||
su.phonenumber AS phoneNumber,
|
||||
moi.address,
|
||||
sum(hh.costs) cost,
|
||||
dept.companyName
|
||||
FROM
|
||||
ma_order_details hh
|
||||
|
|
|
|||
Loading…
Reference in New Issue