|
@ -242,7 +242,7 @@ namespace BBWYB.Server.Business.Sync |
|
|
if (qtOrderState == "-1") |
|
|
if (qtOrderState == "-1") |
|
|
return Enums.OrderState.已取消; |
|
|
return Enums.OrderState.已取消; |
|
|
|
|
|
|
|
|
if (isPay) |
|
|
if (!isPay) |
|
|
return Enums.OrderState.待付款; |
|
|
return Enums.OrderState.待付款; |
|
|
|
|
|
|
|
|
if (qtOrderState == "0") |
|
|
if (qtOrderState == "0") |
|
|