Commit 9d5a8042 authored by zhz's avatar zhz

cache

parent f4a1222c
...@@ -536,7 +536,6 @@ class MemberModel extends \DAO\AbstractModel ...@@ -536,7 +536,6 @@ class MemberModel extends \DAO\AbstractModel
case ApiConst::orderStateWaitPay: case ApiConst::orderStateWaitPay:
$type = NameConst::waitPay; $type = NameConst::waitPay;
break; break;
case ApiConst::orderStateWaitConfirm:
case ApiConst::orderStateWaitSend: case ApiConst::orderStateWaitSend:
$type = NameConst::waitShipments; $type = NameConst::waitShipments;
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment