1.修改错别字;

This commit is contained in:
chenlin 2023-12-22 17:50:13 +08:00
parent bb20dc76f1
commit 23afe85436

View File

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