Browse Source

Merge branch 'eta_buss_nation' into debug

zwxi 1 year ago
parent
commit
ecb56a3b2a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/eta_business/eta_business.go

+ 1 - 0
controllers/eta_business/eta_business.go

@@ -1056,6 +1056,7 @@ func (this *EtaBusinessController) Detail() {
 	resp.ExpiredTime = utils.TimeTransferString(utils.FormatDate, item.ExpiredTime)
 	resp.CreateTime = item.CreateTime.Format(utils.FormatDateTime)
 	resp.ModifyTime = item.ModifyTime.Format(utils.FormatDateTime)
+	resp.Nation = item.Nation
 
 	br.Data = resp
 	br.Ret = 200