1.修改错别字;

This commit is contained in:
chenlin 2023-12-22 17:47:33 +08:00
parent 17d06467fc
commit bb20dc76f1

View File

@ -632,7 +632,7 @@ func OrderListExport(list []Order) (string, error) {
case 2: case 2:
state = "游玩中" state = "游玩中"
case 3: case 3:
state = "规划中" state = "归还中"
case 4: case 4:
state = "已完成" state = "已完成"
case 5: case 5: