Commit 33e5e809 by 朱继来

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

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