Browse Source

update

add_mode
DengBiao 1 year ago
parent
commit
4447c27a77
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

@@ -519,6 +519,7 @@ type SelfSupportForSchoolOrdListResp struct {
ClassId int `json:"class_id" label:"班级id"` ClassId int `json:"class_id" label:"班级id"`
DeviceSn string `json:"device_sn" label:"设备编号"` DeviceSn string `json:"device_sn" label:"设备编号"`
CpMerchantId string `json:"cp_merchant_id" label:"商户编码"` CpMerchantId string `json:"cp_merchant_id" label:"商户编码"`
DebtBusinessMsg string `json:"debt_business_msg" label:"欠款原因"`
} }


type CentralKitchenForSchoolBatchAskForLeaveReqBySchool struct { type CentralKitchenForSchoolBatchAskForLeaveReqBySchool struct {


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

@@ -746,6 +746,7 @@ func SelfSupportForSchoolArrearsOrdList(req md.SelfSupportForSchoolArrearsOrdLis
ClassId: v.Class.Id, ClassId: v.Class.Id,
DeviceSn: v.SelfSupportForSchoolOrd.DeviceSn, DeviceSn: v.SelfSupportForSchoolOrd.DeviceSn,
CpMerchantId: v.SelfSupportForSchoolOrd.CpMerchantId, CpMerchantId: v.SelfSupportForSchoolOrd.CpMerchantId,
DebtBusinessMsg: v.SelfSupportForSchoolOrd.DebtBusinessMsg,
}) })
} }
return return


Loading…
Cancel
Save