Commit 33e5e809 by 朱继来

下单添加发票抬头类型判断

parent c8e7a192
......@@ -8,8 +8,8 @@ use DB;
class InvoiceCompanyModel extends Model
{
protected $connection = 'web';
protected $table = 'lie_invoice_company';
protected $connection = 'crm';
protected $table = 'invoice_company';
protected $primaryKey = 'id';
public $timestamps = false;
......
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 sign in to comment