单独退租

This commit is contained in:
sxu 2024-12-11 15:00:31 +08:00
parent 4c569aaf19
commit bf1b71ad55
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,9 @@ public class OrderInfoDto {
@ApiModelProperty(value = "主键id")
private Integer orderId;
@ApiModelProperty(value = "设备id")
private Integer maId;
@ApiModelProperty(value = "订单装备套数")
private Integer maNumber;

View File

@ -91,6 +91,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
su.phonenumber AS phoneNumber,
moi.address,
moi.order_id,
hh.ma_id as maId,
sum(hh.costs) cost,
dept.dept_name as companyName
FROM