<?php
namespace Yunshop\TeamDividend\services;
class SettingService
{
//获取订单状态
public static function getIncludingOrderStatus()
$status = 3;
if(\Setting::get('plugin.team_dividend.show_pay_order') == 1){
$status = 1;
}
return $status;