Browse Source

update

consumeLimit
DengBiao 11 months ago
parent
commit
4425cea126
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      app/admin/md/md_enterprise_manage.go
  2. +1
    -0
      app/admin/svc/enterprise_manage/svc_self_support_for_school.go

+ 1
- 0
app/admin/md/md_enterprise_manage.go View File

@@ -580,6 +580,7 @@ type SelfSupportForSchoolArrearsOrdDebtCancelReq struct {
}

type SelfSupportForSchoolOrdListResp struct {
Id int `json:"id" `
EnterpriseId int `json:"enterprise_id" `
EnterpriseName string `json:"enterprise_name" `
Uid int `json:"uid" `


+ 1
- 0
app/admin/svc/enterprise_manage/svc_self_support_for_school.go View File

@@ -645,6 +645,7 @@ func SelfSupportForSchoolOrdList(req md.SelfSupportForSchoolOrdListReq) (resp []

for _, v := range m {
resp = append(resp, md.SelfSupportForSchoolOrdListResp{
Id: v.SelfSupportForSchoolOrd.Id,
EnterpriseId: v.UserIdentity.EnterpriseId,
EnterpriseName: v.Enterprise.Name,
Uid: v.UserIdentity.Uid,


Loading…
Cancel
Save