Commit fd8131f4 by TingSong-Syu

Purpose->payMethod的默认值不要present

parent 5203a576
......@@ -32,7 +32,7 @@ class Purpose implements IAssignable {
/**
* @var string $payMethod 支付方式
*/
public $payMethod = Order::PAY_PRESENT;
public $payMethod = '';
/**
* @var string $comment 备注
......
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