| Pass |
- 22:27:44 |
+ 19:30:11 |
Test passed
|
@@ -128,13 +128,13 @@
Started
-
31, 2025 22:27:43
+
11, 2025 19:30:10
Ended
-
31, 2025 22:27:44
+
11, 2025 19:30:11
diff --git a/hiver-core/src/main/java/cc/hiver/core/logisticsorder/entity/LogisticsOrder.java b/hiver-core/src/main/java/cc/hiver/core/logisticsorder/entity/LogisticsOrder.java
index a596d878..a7270895 100644
--- a/hiver-core/src/main/java/cc/hiver/core/logisticsorder/entity/LogisticsOrder.java
+++ b/hiver-core/src/main/java/cc/hiver/core/logisticsorder/entity/LogisticsOrder.java
@@ -212,4 +212,10 @@ public class LogisticsOrder{
@ApiModelProperty(value = "修改记录数")
private String changeCount;
+ @ApiModelProperty(value = "落地费规则(每公斤/元)")
+ private String landingFee;
+
+ @ApiModelProperty(value = "送货费规则")
+ private String deliveryFee;
+
}
diff --git a/hiver-core/src/main/resources/mapper/LogisticsOrderMapper.xml b/hiver-core/src/main/resources/mapper/LogisticsOrderMapper.xml
index 827979ef..833fab33 100644
--- a/hiver-core/src/main/resources/mapper/LogisticsOrderMapper.xml
+++ b/hiver-core/src/main/resources/mapper/LogisticsOrderMapper.xml
@@ -44,6 +44,8 @@
+
+
@@ -52,7 +54,7 @@
go_station_id, go_station_name, arrival_station_id, arrival_station_name, weight, count, freight, premium,
transit_fee, tips, method_of_settlement, cost, all_cost, order_number, object_name, remark, receiving_user_id,
receiving_user_name,image_path, payment_for_goods, transfer_addition,order_status,
- shipper_id,receiver_id,weight_history
+ shipper_id,receiver_id,weight_history,landing_fee,delivery_fee
+
+
update t_dealings_record