|
@@ -51,7 +51,7 @@ func (im *InvoiceManager) simpleMakeInvoice(ctx context.Context) (total, okNum i
|
|
|
Type: "2",
|
|
|
Id: fmt.Sprintf("id:%d", id), //因为orderCode不唯一,此处禁止使用orderCode
|
|
|
Notes: remark,
|
|
|
- Lxdh: gconv.String(m["phone"]),
|
|
|
+ Lxdh: gconv.String(m["company_phone"]),
|
|
|
Fhr: g.Cfg().MustGet(ctx, "company.hfr", "贺鹏飞").String(),
|
|
|
Xsfkhh: g.Cfg().MustGet(ctx, "company.bank", "").String(),
|
|
|
Xsfyhzh: g.Cfg().MustGet(ctx, "company.bankNum", "").String(),
|
|
@@ -137,7 +137,7 @@ func (im *InvoiceManager) multipleOrdersMakeInvoice(ctx context.Context) (total,
|
|
|
Type: "2",
|
|
|
Id: fmt.Sprintf("only_Identifying:%s", onlyIdentifying),
|
|
|
Notes: remark,
|
|
|
- Lxdh: gconv.String(m["phone"]),
|
|
|
+ Lxdh: gconv.String(m["company_phone"]),
|
|
|
Fhr: g.Cfg().MustGet(ctx, "company.hfr", "贺鹏飞").String(),
|
|
|
Xsfkhh: g.Cfg().MustGet(ctx, "company.bank", "").String(),
|
|
|
Xsfyhzh: g.Cfg().MustGet(ctx, "company.bankNum", "").String(),
|