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