Browse Source

修复

master v0.2.4
guzeng 3 years ago
parent
commit
d5042d59db
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      order_status.go

+ 2
- 2
order_status.go View File

@ -96,8 +96,8 @@ func GetOrderStatusText(key string) (text string) {
* 2021/01/28
*/
func GetOrderStatusDescByFlag(flag string) (text string) {
status := GetStatusText(flag)
return GetStatusDesc(status)
status := GetOrderStatusText(flag)
return GetOrderStatusDesc(status)
}
/**


Loading…
Cancel
Save