Browse Source

开票时间修改

WH01243 1 năm trước cách đây
mục cha
commit
ae37e9bd21
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/jfw/modules/subscribepay/src/service/invoice.go

+ 0 - 1
src/jfw/modules/subscribepay/src/service/invoice.go

@@ -1083,7 +1083,6 @@ func (this *Invoice) InvoiceSubmit() {
 				"company_phone":       this.GetString("company_phone"),
 				"taxpayer_identnum":   this.GetString("taxpayer_identnum"),
 				"create_time":         time.Now().Unix(),
-				"billing_time":        time.Now().Unix(),
 				"user_id":             userId,
 				"operator":            operator,
 				"operable_time":       FormatDate(&now, Date_Full_Layout),