This commit is contained in:
suyl
2021-05-07 14:50:20 +08:00
parent c844176703
commit 4024f62a6c
2 changed files with 5 additions and 1 deletions

View File

@@ -238,6 +238,7 @@ func GetUnionOrders() {
orderStatus.Comment = "售后中"
} else if detail.ReturnStatus == 2 {
orderStatus.Comment = "售后完成"
orderStatus.Status = model.UnionOrderStatusFail
}
//change
jxutils.CallMsgHandler(func() {