quanwei
2 days ago 73b874c72ad55eb9eef21c36160ac0de58f0189e
admin/app/common/model/supplier/Cash.php
@@ -19,7 +19,7 @@
     */
    public function getPayTypeAttr($value)
    {
        $status = [30 => '支付宝', 20 => '银行卡','10'=>'微信'];
        $status = [20 => '支付宝', 30 => '银行卡',10=>'微信'];
        return ['text' => $status[$value], 'value' => $value];
    }
    /**