This commit is contained in:
邹宗楠
2022-05-19 17:00:34 +08:00
parent 2d35bab410
commit da6f410b2b
3 changed files with 4 additions and 2 deletions

View File

@@ -91,7 +91,9 @@ func GetOrderRiderInfoToPlatform(orderId string) {
switch riderInfo.LogisticsStatus {
case 20: //配送中
riderInfo.LogisticsStatus = 20
case 110, 105: // 完成
case 110: // 完成
riderInfo.LogisticsStatus = 40
case 105:// 完成
riderInfo.LogisticsStatus = 40
case 115: // 取消
riderInfo.LogisticsStatus = 100