租赁协议
This commit is contained in:
parent
2bc48c4c46
commit
cbeb16ca28
|
|
@ -216,9 +216,6 @@ public class OrderController extends BaseController {
|
|||
.append("天数:").append(orderDetailDto.getDays()).append("天").append("\n")
|
||||
.append("租金:").append(orderDetailDto.getDayLeasePrice()).append("元/天").append("\n")
|
||||
.append("数量:").append(orderDetailDto.getNum()).append("个").append("\n");
|
||||
|
||||
// 在每条订单的末尾添加换行
|
||||
orderDetail.append("\n");
|
||||
}
|
||||
|
||||
// 将拼接的字符串放入替换的map中
|
||||
|
|
|
|||
Loading…
Reference in New Issue